Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev authored Jul 5, 2024
1 parent 3749a46 commit 1353d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisely_integration/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.119
RUN python3 -m pip install supervisely==6.73.122

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
Expand Down

0 comments on commit 1353d37

Please sign in to comment.