Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Jul 19, 2024
1 parent 6dfbe2a commit 09562dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions serve/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve"
],
"description": "CVPR2022 SOTA video object tracking",
"docker_image": "supervisely/mixformer:1.0.2",
"docker_image": "supervisely/mixformer:1.0.4",
"entrypoint": "python -m uvicorn main:mixformer.app --app-dir ./serve/serve/src --host 0.0.0.0 --port 8000 --ws websockets",
"port": 8000,
"modal_template": "serve/serve/src/modal.html",
Expand All @@ -35,8 +35,10 @@
"license": {
"type": "MIT"
},
"access_restriction": [{
"access_restriction": [
{
"instance": "community_free",
"message": "The best object trackers are already deployed in the Supervisely Cloud and are available for auto-labeling to all platform users. The number of API calls and the ability to run this app on your own agent (GPU) are limited for Free accounts. To increase usage limits or run the app on your GPU, switch to the <a href=\"/billing\">Pro</a> plan or request the <a href=\"https://supervisely.com/contact-us/\" target=\"_blank\">Enterprise</a> Edition."
}]
}
}
]
}

0 comments on commit 09562dd

Please sign in to comment.