From 219dcba8aa43213e63812fd4828d7167431218fe Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:50:36 +0400 Subject: [PATCH] Update Dockerfile --- supervisely_integration/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supervisely_integration/docker/Dockerfile b/supervisely_integration/docker/Dockerfile index 989fa93..e047263 100644 --- a/supervisely_integration/docker/Dockerfile +++ b/supervisely_integration/docker/Dockerfile @@ -7,10 +7,10 @@ RUN pip3 install torchvision==0.13.1+cu113 --extra-index-url https://download.py RUN pip3 install cachetools RUN pip3 install timm==0.4.9 -RUN python3 -m pip install supervisely==6.72.111 +RUN python3 -m pip install supervisely==6.72.137 RUN mkdir -p weights RUN wget https://huggingface.co/lkeab/hq-sam/resolve/main/sam_hq_vit_tiny.pth -O /weights/vit_tiny_sam_hq.pth RUN wget https://huggingface.co/lkeab/hq-sam/resolve/main/sam_hq_vit_b.pth -O /weights/vit_b_sam_hq.pth RUN wget https://huggingface.co/lkeab/hq-sam/resolve/main/sam_hq_vit_l.pth -O /weights/vit_l_sam_hq.pth -RUN wget https://huggingface.co/lkeab/hq-sam/resolve/main/sam_hq_vit_h.pth -O /weights/vit_h_sam_hq.pth \ No newline at end of file +RUN wget https://huggingface.co/lkeab/hq-sam/resolve/main/sam_hq_vit_h.pth -O /weights/vit_h_sam_hq.pth