Skip to content

Commit

Permalink
added docker_image
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev authored Jun 19, 2024
1 parent ba11701 commit 193c9e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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.0",
"port": 8000,
"icon": "https://user-images.githubusercontent.com/115161827/211832834-eef9325d-9e00-4499-ae42-2e7ee3d97f1a.png",
"icon_cover": true,
Expand All @@ -25,9 +26,7 @@
"target": ["images_project", "images_dataset"],
"context_category": "Metric Learning"
},
"min_instance_version": "6.5.22",
"release": { "version":"v0.1.10", "name":"beta" },
"slug": "poldersen2/embeddings_app",
"min_instance_version": "6.8.48",
"need_gpu": false,
"gpu": "preferred",
"community_agent": false
Expand Down

0 comments on commit 193c9e6

Please sign in to comment.