Skip to content

Commit 7688783

Browse files
committed
update wsgi
1 parent 5f703ae commit 7688783

File tree

1 file changed

+1
-1
lines changed
  • label_studio_ml/examples/segment_anything_2_image

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
# Execute the gunicorn command
4-
exec gunicorn --bind :${PORT:-9090} --workers ${WORKERS:-1} --threads ${THREADS:-4} --timeout 0 workspace.app._wsgi:app
4+
exec gunicorn --bind :${PORT:-9090} --workers ${WORKERS:-1} --threads ${THREADS:-4} --timeout 0 --pythonpath '/app' _wsgi:app

0 commit comments

Comments
 (0)