From f71c24b85e5215e5f78096882792e5638560a3e3 Mon Sep 17 00:00:00 2001 From: Nikolai Petukhov Date: Tue, 11 Jun 2024 02:27:24 -0300 Subject: [PATCH] Update Dockerfile --- supervisely_integration/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisely_integration/docker/Dockerfile b/supervisely_integration/docker/Dockerfile index 729693e..dd7540e 100644 --- a/supervisely_integration/docker/Dockerfile +++ b/supervisely_integration/docker/Dockerfile @@ -7,7 +7,7 @@ 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.73.103 +RUN python3 -m pip install supervisely==6.73.102 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