Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 3, 2024
1 parent 4bcbbc1 commit 0db1419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ RUN pip3 install transformers==4.33.2 timm==0.9.5 scikit-learn==1.3.1 umap-learn
# Download metaclip base model
RUN python -c 'import transformers; transformers.AutoModel.from_pretrained("facebook/metaclip-b16-fullcc2.5b")'

LABEL python_sdk_version=6.73.90
RUN pip3 install supervisely==6.73.170
LABEL python_sdk_version=6.73.170

0 comments on commit 0db1419

Please sign in to comment.