From 917f03fd6c56b7eab311d9e64b1bdc441bcc1561 Mon Sep 17 00:00:00 2001 From: almaz Date: Tue, 3 Sep 2024 15:42:39 +0200 Subject: [PATCH] upgrade SDK version --- 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 e9cb2d1..def9275 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.173 \ No newline at end of file +supervisely[model-benchmark]==6.73.175 \ No newline at end of file diff --git a/docker/Dockerfile b/docker/Dockerfile index 0dae85d..0dda767 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ -FROM supervisely/base-py-sdk:6.73.173 +FROM supervisely/base-py-sdk:6.73.175 -RUN python3 -m pip install supervisely[model-benchmark]==6.73.173 +RUN python3 -m pip install supervisely[model-benchmark]==6.73.175 -LABEL python_sdk_version=6.73.173 \ No newline at end of file +LABEL python_sdk_version=6.73.175 \ No newline at end of file