Make shallow copy of DFL repo to speedup setup process

This commit is contained in:
Oleksandr Chychkan
2020-07-06 23:06:13 -07:00
parent 14cbc4aeff
commit c660a1fc92
+1 -1
View File
@@ -6,7 +6,7 @@ mkdir -p workspace
if [ ! -d .dfl/DeepFaceLab ]; then
echo "Cloning DeepFaceLab"
git clone "https://github.com/iperov/DeepFaceLab.git" .dfl/DeepFaceLab
git clone --depth 1 "https://github.com/iperov/DeepFaceLab.git" .dfl/DeepFaceLab
fi
if [ ! -d .dfl/env ]; then