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 5f703ae commit 7688783Copy full SHA for 7688783
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 workspace.app._wsgi:app
+exec gunicorn --bind :${PORT:-9090} --workers ${WORKERS:-1} --threads ${THREADS:-4} --timeout 0 --pythonpath '/app' _wsgi:app
0 commit comments