Skip to content

Commit

Permalink
update docker image for new sdk
Browse files Browse the repository at this point in the history
update docker image for new sdk
  • Loading branch information
NikolaiPetukhov authored Feb 27, 2025
2 parents 30a0bf3 + 9aaee78 commit e0fc622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"gpu": "preferred",
"community_agent": false,
"min_agent_version": "6.7.19",
"docker_image": "supervisely/serve-clickseg:1.0.12",
"instance_version": "6.12.28",
"docker_image": "supervisely/serve-clickseg:1.0.14",
"instance_version": "6.12.30",
"entrypoint": "python -m uvicorn src.main:m.app --host 0.0.0.0 --port 8000 --ws websockets",
"port": 8000,
"task_location": "application_sessions",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ RUN pip3 install setuptools==69.5.1
RUN mkdir /checkpoints
RUN gdown https://drive.google.com/file/d/1DkFun_tiw7z7RpjDtwqV65k1e9jxnLkr/view?usp=share_link --fuzzy -O /checkpoints/segformerb3-s2_9.pth

RUN pip3 install supervisely==6.73.310
RUN pip3 install supervisely==6.73.319

0 comments on commit e0fc622

Please sign in to comment.