From 50cb1f1940c37e53041f3a6bc83c6b9f1576b0d4 Mon Sep 17 00:00:00 2001 From: P-Light <20nss11@gmail.com> Date: Mon, 6 Sep 2021 23:33:24 +0300 Subject: [PATCH] Dockerfile updated --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8eba9f0..df316c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \