Skip to content

Commit

Permalink
update dockerfile and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 16, 2024
1 parent d23d119 commit ec9e3cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# git+https://github.com/supervisely/supervisely.git@model-benchmark
supervisely[model-benchmark]==6.73.239
supervisely[model-benchmark]==6.73.255

# torch==1.13.0
# torchvision==0.14.0
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM supervisely/base-py-sdk:6.73.208

RUN python3 -m pip install supervisely[model-benchmark]==6.73.239
RUN python3 -m pip install supervisely[model-benchmark]==6.73.255

LABEL python_sdk_version=6.73.239
LABEL python_sdk_version=6.73.255
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit ec9e3cf

Please sign in to comment.