Skip to content

Commit

Permalink
change docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Jun 4, 2024
1 parent fd605cf commit 478230a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"deployed_nn"
],
"community_agent": false,
"docker_image": "supervisely/yolov8:1.0.8",
"docker_image": "supervisely/yolov8:1.0.6",
"instance_version": "6.8.88",
"entrypoint": "python -m uvicorn src.main:m.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets",
"port": 8000,
"task_location": "application_sessions",
"license": {
"type": "AGPL-3.0"
}
}
}

0 comments on commit 478230a

Please sign in to comment.