From 3d9b66ae4e59232b2d761800b9c662abcd16239f Mon Sep 17 00:00:00 2001 From: Nikolai Petukhov Date: Thu, 20 Feb 2025 12:37:26 -0300 Subject: [PATCH] update sly sdk version in docker --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 9d557b5..e63e82b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,7 +20,8 @@ RUN pip3 install \ gdown RUN pip3 install setuptools==69.5.1 -RUN pip3 install git+https://github.com/supervisely/supervisely.git@server-healthchecks-and-cache-error-fix 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 \ No newline at end of file