Skip to content

Commit

Permalink
update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Sep 13, 2024
1 parent d5f103d commit e65577c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.8",
"docker_image": "supervisely/model-benchmark:0.0.9",
"instance_version": "6.11.10",
"context_menu": {
"target": ["images_project"]
Expand Down
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.183
FROM supervisely/base-py-sdk:6.73.187

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

LABEL python_sdk_version=6.73.183
LABEL python_sdk_version=6.73.187

0 comments on commit e65577c

Please sign in to comment.