Iwak
commited on
Commit
·
9b53d8a
1
Parent(s):
bc4e026
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ EXPOSE 7860
|
|
23 |
|
24 |
RUN python -V
|
25 |
|
26 |
-
CMD python -m gunicorn main:app -b 0.0.0.0:7860 -w 8 --timeout 600
|
|
|
23 |
|
24 |
RUN python -V
|
25 |
|
26 |
+
CMD sudo python -m gunicorn main:app -b 0.0.0.0:7860 -w 8 --timeout 600
|