This commit is contained in:
SOULOFCINDER 2023-04-06 17:21:34 +08:00
parent ea245506ca
commit 88a2470504
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ 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 http://172.16.59.16:3000/microsoft/beit-base-patch16-224-pt22k-ft22k.git
RUN git clone http://172.16.59.16:3000/microsoft/beit-base-patch16-224-pt22k-ft22k.git
CMD ["python3", "app.py"]