From 8cc934c967ac976101b57a807da483978d8442a6 Mon Sep 17 00:00:00 2001 From: almaz Date: Thu, 10 Oct 2024 15:44:01 +0200 Subject: [PATCH] SDK 6.73.208 --- dev_requirements.txt | 2 +- docker/Dockerfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index c9f1801..19db2b7 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,2 +1,2 @@ # git+https://github.com/supervisely/supervisely.git@model-benchmark -supervisely[model-benchmark]==6.73.207 \ No newline at end of file +supervisely[model-benchmark]==6.73.208 \ No newline at end of file diff --git a/docker/Dockerfile b/docker/Dockerfile index 58b6f14..b6cba3d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ -FROM supervisely/base-py-sdk:6.73.207 +FROM supervisely/base-py-sdk:6.73.208 -RUN python3 -m pip install supervisely[model-benchmark]==6.73.207 +RUN python3 -m pip install supervisely[model-benchmark]==6.73.208 -LABEL python_sdk_version=6.73.207 \ No newline at end of file +LABEL python_sdk_version=6.73.208 \ No newline at end of file