diff --git a/ArcaneGAN/Dockerfile b/ArcaneGAN/Dockerfile index 39bd4e8..44e52fe 100644 --- a/ArcaneGAN/Dockerfile +++ b/ArcaneGAN/Dockerfile @@ -23,8 +23,8 @@ COPY --chown=1000 ./ /home/user/app RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash RUN apt-get install git-lfs RUN git lfs install -RUN git https://huggingface.co/akhaliq/ArcaneGANv0.2 -RUN git https://huggingface.co/akhaliq/ArcaneGANv0.3 -RUN git https://huggingface.co/akhaliq/ArcaneGANv0.4 +RUN git clone https://huggingface.co/akhaliq/ArcaneGANv0.2 +RUN git clone https://huggingface.co/akhaliq/ArcaneGANv0.3 +RUN git clone https://huggingface.co/akhaliq/ArcaneGANv0.4 CMD ["python3", "app.py"] \ No newline at end of file