Skip to content

Commit

Permalink
Make shallow copy of DFL repo to speedup setup process
Browse files Browse the repository at this point in the history
  • Loading branch information
chychkan committed Jul 7, 2020
1 parent 14cbc4a commit c660a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/0_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit c660a1f

@mirrow1987

This comment was marked as spam.

Please # to comment.