diff --git a/beit_base_patch16_224_pt22k_ft22k/Dockerfile b/beit_base_patch16_224_pt22k_ft22k/Dockerfile index 1a9c1e3..ca1c4dc 100644 --- a/beit_base_patch16_224_pt22k_ft22k/Dockerfile +++ b/beit_base_patch16_224_pt22k_ft22k/Dockerfile @@ -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"] \ No newline at end of file