We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52b826 commit 3d43b10Copy full SHA for 3d43b10
label_studio_ml/examples/segment_anything_2_image/start.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
# Execute the gunicorn command
4
-exec gunicorn --bind :${PORT:-9090} --workers ${WORKERS:-1} --threads ${THREADS:-4} --timeout 0 root.app._wsgi:app
+exec gunicorn --bind :${PORT:-9090} --workers ${WORKERS:-1} --threads ${THREADS:-4} --timeout 0 pytorch/pytorch:2.5.1-cuda12.4-cudnn9-runtime.app._wsgi:app
0 commit comments