Skip to content

Commit

Permalink
sly version upgrade (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt authored Mar 22, 2022
1 parent 6fc2058 commit 81b5f94
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"export"
],
"description": "images and JSON annotations",
"docker_image": "supervisely/base-py-sdk:6.8.3",
"docker_image": "supervisely/base-py-sdk:6.8.4",
"main_script": "src/main.py",
"modal_template": "src/modal.html",
"modal_template_state": {
Expand Down
12 changes: 6 additions & 6 deletions debug.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PYTHONUNBUFFERED=1
TASK_ID=2016
TASK_ID=14507

context.teamId=543
context.workspaceId=688
modal.state.slyProjectId=1458
context.teamId=8
context.workspaceId=349
modal.state.slyProjectId=9771
modal.state.download=all
modal.state.fixExtension=true
DEBUG_APP_DIR="/home/dmitry/storage/prj/app_debug_data"
DEBUG_CACHE_DIR="/home/dmitry/storage/prj/app_debug_cache"
DEBUG_APP_DIR="/home/paul/Documents/Work/Applications/export-to-supervisely-format/debug/app_debug_data"
DEBUG_CACHE_DIR="/home/paul/Documents/Work/Applications/export-to-supervisely-format/debug/app_debug_cache"

LOG_LEVEL="debug"
#DEBUG_APP_DIR="/Users/maxim/work/app_debug_data"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
supervisely==6.8.3
supervisely==6.8.4
supervisely[apps]==6.8.4
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import supervisely_lib as sly
from supervisely_lib.api.module_api import ApiField
from supervisely_lib.io.fs import get_file_ext
from supervisely.api.module_api import ApiField
from supervisely.io.fs import get_file_ext
from supervisely.app.v1.app_service import AppService
from distutils import util

Expand Down

0 comments on commit 81b5f94

Please sign in to comment.