update
This commit is contained in:
parent
ea245506ca
commit
88a2470504
|
@ -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"]
|
Loading…
Reference in New Issue