Skip to content

Commit

Permalink
Update supervisely python SDK version to 6.73.255
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 13, 2024
1 parent 39172a3 commit bca1a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ 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

RUN pip3 install supervisely==6.73.242
LABEL python_sdk_version=6.73.242
RUN pip3 install supervisely==6.73.255
LABEL python_sdk_version=6.73.255

0 comments on commit bca1a85

Please sign in to comment.