diff --git a/config.json b/config.json index 384ebe8..2cd9a49 100644 --- a/config.json +++ b/config.json @@ -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.5", + "docker_image": "supervisely/model-benchmark:0.0.6", "instance_version": "6.11.10", "context_menu": { "target": ["images_project"] diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 1da7208..0000000 --- a/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -setuptools==69.5.1 -git+https://github.com/supervisely/supervisely.git@model-benchmark-inf-speed -# supervisely[model-benchmark]==6.73.175 \ No newline at end of file