From 88a2470504f1ade4d28bfb9f58041b1af40284bf Mon Sep 17 00:00:00 2001 From: SOULOFCINDER <841135647@qq.com> Date: Thu, 6 Apr 2023 17:21:34 +0800 Subject: [PATCH] update --- beit_base_patch16_224_pt22k_ft22k/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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