Skip to content

Commit 3d43b10

Browse files
committed
update wsgi
1 parent b52b826 commit 3d43b10

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 root.app._wsgi:app
4+
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

Comments
 (0)