Skip to content

Commit

Permalink
Update docker image and instance version in config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 16, 2024
1 parent ec9e3cf commit 030968f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"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:1.0.16",
"instance_version": "6.12.5"
"docker_image": "supervisely/model-benchmark:1.0.17",
"instance_version": "6.12.12"
}

0 comments on commit 030968f

Please sign in to comment.