Skip to content

Commit

Permalink
upgrade SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 13, 2024
1 parent bca1a85 commit 66e037b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"serve"
],
"description": "Deploy model as REST API service",
"docker_image": "supervisely/mmseg:1.3.18",
"docker_image": "supervisely/mmseg:1.3.19",
"min_instance_version": "6.12.12",
"entrypoint": "python -m uvicorn main:m.app --app-dir ./serve/src --host 0.0.0.0 --port 8000 --ws websockets",
"port": 8000,
Expand Down
2 changes: 1 addition & 1 deletion serve/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# git+https://github.com/supervisely/supervisely.git@some-test-branch

supervisely==6.73.242
supervisely==6.73.255

openmim
ffmpeg-python==0.2.0
Expand Down
2 changes: 1 addition & 1 deletion train/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"train"
],
"description": "Dashboard to configure, start and monitor training",
"docker_image": "supervisely/mmseg:1.3.18",
"docker_image": "supervisely/mmseg:1.3.19",
"min_instance_version": "6.12.12",
"main_script": "train/src/main.py",
"gui_template": "train/src/gui.html",
Expand Down
2 changes: 1 addition & 1 deletion train/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# git+https://github.com/supervisely/supervisely.git@some-test-branch

supervisely==6.73.242
supervisely==6.73.255

openmim
ffmpeg-python==0.2.0
Expand Down
5 changes: 0 additions & 5 deletions train/requirements.txt

This file was deleted.

0 comments on commit 66e037b

Please sign in to comment.