Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ COPY . .
|
|
12 |
EXPOSE 7860
|
13 |
|
14 |
|
15 |
-
CMD ["python", "
|
16 |
|
17 |
RUN mkdir /.cache
|
18 |
RUN chmod 777 /.cache
|
|
|
12 |
EXPOSE 7860
|
13 |
|
14 |
|
15 |
+
CMD ["python", "dashboard.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--num-procs", "2", "--num-threads", "0","--index", "dashboard"]
|
16 |
|
17 |
RUN mkdir /.cache
|
18 |
RUN chmod 777 /.cache
|