Dockerfile updated

This commit is contained in:
P-Light
2021-09-06 23:33:24 +03:00
parent b00d3e3588
commit 50cb1f1940
-3
View File
@@ -59,11 +59,8 @@ RUN apt update && \
WORKDIR /home
ARG PROJECT_COMMIT_HASH=186a57aa96f6422a3043021602d3586641711186
RUN git clone --single-branch https://github.com/neuralchen/SimSwap.git && \
cd ./SimSwap && \
git checkout ${PROJECT_COMMIT_HASH} && \
rm -rf .git && \
./download-weights.sh && \
python test_video_swapsingle.py \