Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a3f6898f49 | |||
| c660a1fc92 | |||
| 14cbc4aeff |
+1
-2
@@ -6,8 +6,7 @@ mkdir -p workspace
|
||||
|
||||
if [ ! -d .dfl/DeepFaceLab ]; then
|
||||
echo "Cloning DeepFaceLab"
|
||||
cd .dfl
|
||||
git clone "https://github.com/iperov/DeepFaceLab.git"
|
||||
git clone --depth 1 "https://github.com/iperov/DeepFaceLab.git" .dfl/DeepFaceLab
|
||||
fi
|
||||
|
||||
if [ ! -d .dfl/env ]; then
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
cd "$(dirname $0)/.."
|
||||
source scripts/env.sh
|
||||
|
||||
rm -fr "$WORKSPACE/data_src/*"
|
||||
rm -fr "$WORKSPACE/data_dst/*"
|
||||
rm -fr "$WORKSPACE/model/*"
|
||||
rm -fr $WORKSPACE/data_src/*
|
||||
rm -fr $WORKSPACE/data_dst/*
|
||||
rm -fr $WORKSPACE/model/*
|
||||
|
||||
Reference in New Issue
Block a user