diff --git a/config.json b/config.json index 0daef65..ac1759d 100644 --- a/config.json +++ b/config.json @@ -4,7 +4,7 @@ "name": "Explore data with embeddings", "description": "Calculate and visualize embeddings", "entrypoint": "python -m uvicorn src.main:app --host 0.0.0.0 --port 8000", - "docker_image": "supervisely/embeddings_app:1.0.3", + "docker_image": "supervisely/embeddings_app:1.0.4", "port": 8000, "icon": "https://user-images.githubusercontent.com/115161827/211832834-eef9325d-9e00-4499-ae42-2e7ee3d97f1a.png", "icon_cover": true, @@ -26,7 +26,7 @@ "target": ["images_project", "images_dataset"], "context_category": "Metric Learning" }, - "instance_version": "6.12.12", + "instance_version": "6.12.17", "need_gpu": false, "gpu": "preferred", "community_agent": false diff --git a/dev_requirements.txt b/dev_requirements.txt index 8a1e022..b556172 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -supervisely==6.73.258 +supervisely==6.73.266 transformers==4.33.2 timm==0.9.5 torch