diff --git a/full_body_anime_gan/Dockerfile b/full_body_anime_gan/Dockerfile index 7d4e68f..1fc095b 100644 --- a/full_body_anime_gan/Dockerfile +++ b/full_body_anime_gan/Dockerfile @@ -23,7 +23,7 @@ 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/skytnt/fbanime-gan -RUN git https://huggingface.co/skytnt/anime-seg +RUN git clone https://huggingface.co/skytnt/fbanime-gan +RUN git clone https://huggingface.co/skytnt/anime-seg CMD ["python3", "app.py"] \ No newline at end of file