Skip to content

Commit

Permalink
Update SDK version to 6.73.201
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Oct 1, 2024
1 parent ea9d325 commit 22838b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"task_location": "workspace_tasks",
"entrypoint": "python -m uvicorn src.main:app --host 0.0.0.0 --port 8000",
"port": 8000,
"docker_image": "supervisely/model-benchmark:0.0.9",
"docker_image": "supervisely/model-benchmark:0.0.10",
"instance_version": "6.11.16",
"context_menu": {
"target": ["images_project"]
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# git+https://github.com/supervisely/supervisely.git@model-benchmark
supervisely[model-benchmark]==6.73.187
supervisely[model-benchmark]==6.73.201
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM supervisely/base-py-sdk:6.73.187
FROM supervisely/base-py-sdk:6.73.201

RUN python3 -m pip install supervisely[model-benchmark]==6.73.187
RUN python3 -m pip install supervisely[model-benchmark]==6.73.201

LABEL python_sdk_version=6.73.187
LABEL python_sdk_version=6.73.201

0 comments on commit 22838b4

Please sign in to comment.