Skip to content

Commit

Permalink
Update serve progress (#4)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* Update Dockerfile
  • Loading branch information
cxnt authored Sep 26, 2023
1 parent 832c15d commit 8c0eb82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions supervisely_integration/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
RUN wget https://huggingface.co/lkeab/hq-sam/resolve/main/sam_hq_vit_h.pth -O /weights/vit_h_sam_hq.pth
2 changes: 1 addition & 1 deletion supervisely_integration/serve/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8c0eb82

Please sign in to comment.