update
This commit is contained in:
parent
984c970f02
commit
5186f171b7
|
@ -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 curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
|
||||||
RUN apt-get install git-lfs
|
RUN apt-get install git-lfs
|
||||||
RUN git lfs install
|
RUN git lfs install
|
||||||
RUN git https://huggingface.co/skytnt/fbanime-gan
|
RUN git clone https://huggingface.co/skytnt/fbanime-gan
|
||||||
RUN git https://huggingface.co/skytnt/anime-seg
|
RUN git clone https://huggingface.co/skytnt/anime-seg
|
||||||
|
|
||||||
CMD ["python3", "app.py"]
|
CMD ["python3", "app.py"]
|
Loading…
Reference in New Issue