This commit is contained in:
SOULOFCINDER 2023-04-06 17:22:42 +08:00
parent 9f229d8448
commit 93baa5e465
1 changed files with 3 additions and 3 deletions

View File

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