generated from supervisely-ecosystem/ecosystem-app-template-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9148f7c
commit 917f03f
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# git+https://github.com/supervisely/supervisely.git@model-benchmark | ||
supervisely[model-benchmark]==6.73.173 | ||
supervisely[model-benchmark]==6.73.175 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
LABEL python_sdk_version=6.73.175 |