From 8c0eb8221d487bf4361ac56159349e03954e442d Mon Sep 17 00:00:00 2001 From: Pavel Bartsits <48913536+cxnt@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:02:18 +0400 Subject: [PATCH] Update serve progress (#4) * Update requirements.txt * Update Dockerfile --- supervisely_integration/docker/Dockerfile | 4 ++-- supervisely_integration/serve/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 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 diff --git a/supervisely_integration/serve/requirements.txt b/supervisely_integration/serve/requirements.txt index 7463061..97d56bb 100644 --- a/supervisely_integration/serve/requirements.txt +++ b/supervisely_integration/serve/requirements.txt @@ -1,5 +1,5 @@ # git+https://github.com/supervisely/supervisely.git@some-test-branch -supervisely==6.72.136 +supervisely==6.72.137 # --extra-index-url https://download.pytorch.org/whl/cu113 # torch==1.12.1+cu113