Skip to content

Commit

Permalink
Update SLY version (#7)
Browse files Browse the repository at this point in the history
* Add requirements.txt for VSCode with specific Supervisely dependency

* Move Supervisely dependency from .vscode/requirements.txt to requirements.txt

* Update Dockerfile and configuration for RT-DETRv2 to version 1.0.8 and Supervisely to 6.73.299
  • Loading branch information
cxnt authored Feb 6, 2025
1 parent fd957cd commit 3e4e087
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ RUN mkdir -p ~/.cache/supervisely/checkpoints && \
curl -L -o ~/.cache/supervisely/checkpoints/rtdetrv2_r50vd_6x_coco_ema.pth https://github.com/lyuwenyu/storage/releases/download/v0.1/rtdetrv2_r50vd_6x_coco_ema.pth && \
curl -L -o ~/.cache/supervisely/checkpoints/rtdetrv2_r101vd_6x_coco_from_paddle.pth https://github.com/lyuwenyu/storage/releases/download/v0.1/rtdetrv2_r101vd_6x_coco_from_paddle.pth

RUN pip install --no-cache-dir supervisely[training]==6.73.280
RUN pip install --no-cache-dir supervisely[training]==6.73.299
4 changes: 2 additions & 2 deletions docker/publish.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker build -t supervisely/rt-detrv2:1.0.7 . && \
docker push supervisely/rt-detrv2:1.0.7
docker build -t supervisely/rt-detrv2:1.0.8 . && \
docker push supervisely/rt-detrv2:1.0.8
4 changes: 2 additions & 2 deletions supervisely_integration/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"gpu": "preferred",
"session_tags": ["deployed_nn"],
"community_agent": false,
"docker_image": "supervisely/rt-detrv2:1.0.7",
"docker_image": "supervisely/rt-detrv2:1.0.8",
"task_location": "application_sessions",
"license": {
"type": "Apache-2.0"
},
"instance_version": "6.12.17"
"instance_version": "6.12.28"
}
4 changes: 2 additions & 2 deletions supervisely_integration/train/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"icon_cover": true,
"poster": "https://github.com/user-attachments/assets/b4554de5-3d2c-4b4f-aba9-95864cb05289",
"description": "Train RT-DETRv2 model on your data",
"docker_image": "supervisely/rt-detrv2:1.0.7",
"instance_version": "6.12.17",
"docker_image": "supervisely/rt-detrv2:1.0.8",
"instance_version": "6.12.28",
"task_location": "workspace_tasks",
"need_gpu": true,
"gpu": "required",
Expand Down

0 comments on commit 3e4e087

Please sign in to comment.