Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 18, 2024
1 parent 73c99cc commit c08e108
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 3 additions & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
supervisely==6.72.170
supervisely==6.73.258
transformers==4.33.2
timm==0.9.5
torch
scikit-learn==1.3.1
umap-learn==0.5.4
fastapi==0.109.0
bokeh==3.1.1
6 changes: 4 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ 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")'

RUN pip3 install supervisely==6.73.170
LABEL python_sdk_version=6.73.170
RUN pip3 install supervisely==6.73.258
RUN pip3 install fastapi==0.109.0 bokeh==3.1.1

LABEL python_sdk_version=6.73.258
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit c08e108

Please sign in to comment.