Skip to content

Commit

Permalink
Update SDK version (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt authored Nov 11, 2024
1 parent 375baf2 commit 022501f
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
supervisely==6.73.178
supervisely==6.73.226

openmim
ffmpeg-python==0.2.0
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN pip3 install yapf==0.40.1
# COPY dev_requirements.txt dev_requirements.txt
# RUN pip3 install -r dev_requirements.txt

RUN pip3 install supervisely==6.73.202
RUN pip3 install supervisely==6.73.226
RUN pip3 install setuptools==69.5.1

RUN pip3 install openmim
Expand All @@ -27,4 +27,4 @@ RUN mkdir -p /tmp/mmseg \
&& wget https://github.com/open-mmlab/mmsegmentation/archive/refs/tags/v0.23.0.tar.gz -P /tmp/mmseg \
&& tar -xvf /tmp/mmseg/v0.23.0.tar.gz -C /tmp/mmseg

LABEL python_sdk_version=6.73.202
LABEL python_sdk_version=6.73.226
4 changes: 2 additions & 2 deletions serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"serve"
],
"description": "Deploy model as REST API service",
"docker_image": "supervisely/mmseg:1.3.15",
"min_instance_version": "6.11.19",
"docker_image": "supervisely/mmseg:1.3.16",
"min_instance_version": "6.12.4",
"entrypoint": "python -m uvicorn main:m.app --app-dir ./serve/src --host 0.0.0.0 --port 8000 --ws websockets",
"port": 8000,
"task_location": "application_sessions",
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.202
supervisely==6.73.226

openmim
ffmpeg-python==0.2.0
Expand Down
62 changes: 31 additions & 31 deletions train/config.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "Train MMSegmentation",
"type": "app",
"categories": [
"neural network",
"images",
"videos",
"semantic segmentation",
"segmentation & tracking",
"train"
],
"description": "Dashboard to configure, start and monitor training",
"docker_image": "supervisely/mmseg:1.3.15",
"min_instance_version": "6.11.19",
"main_script": "train/src/main.py",
"gui_template": "train/src/gui.html",
"task_location": "workspace_tasks",
"need_gpu": true,
"gpu": "required",
"isolate": true,
"icon": "https://i.imgur.com/GaEFmkH.png",
"icon_cover": true,
"context_menu": {
"target": ["images_project"],
"context_root": "Neural Networks",
"context_category": "MM Segmentation"
},
"poster": "https://user-images.githubusercontent.com/48245050/182847473-9a35f213-c27b-4abd-bd64-c73bf80fb056.jpg",
"community_agent": false,
"license": {
"type": "Apache-2.0"
}
"name": "Train MMSegmentation",
"type": "app",
"categories": [
"neural network",
"images",
"videos",
"semantic segmentation",
"segmentation & tracking",
"train"
],
"description": "Dashboard to configure, start and monitor training",
"docker_image": "supervisely/mmseg:1.3.16",
"min_instance_version": "6.12.4",
"main_script": "train/src/main.py",
"gui_template": "train/src/gui.html",
"task_location": "workspace_tasks",
"need_gpu": true,
"gpu": "required",
"isolate": true,
"icon": "https://i.imgur.com/GaEFmkH.png",
"icon_cover": true,
"context_menu": {
"target": ["images_project"],
"context_root": "Neural Networks",
"context_category": "MM Segmentation"
},
"poster": "https://user-images.githubusercontent.com/48245050/182847473-9a35f213-c27b-4abd-bd64-c73bf80fb056.jpg",
"community_agent": false,
"license": {
"type": "Apache-2.0"
}
}
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.202
supervisely==6.73.226

openmim
ffmpeg-python==0.2.0
Expand Down

0 comments on commit 022501f

Please sign in to comment.