This commit is contained in:
SOULOFCINDER 2023-04-06 17:22:01 +08:00
parent 984c970f02
commit 5186f171b7
1 changed files with 2 additions and 2 deletions

View File

@ -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"]