Spaces:
Running
Running
Commit
Β·
2ccd2ae
1
Parent(s):
6a283fc
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
|
27 |
|
28 |
WORKDIR $HOME/mateo-demo/src/mateo_st
|
29 |
|
30 |
-
CMD ["streamlit", "run", "01_π_MATEO.py", "--server.port", "7860", "--server.enableXsrfProtection", "false"]
|
|
|
27 |
|
28 |
WORKDIR $HOME/mateo-demo/src/mateo_st
|
29 |
|
30 |
+
CMD ["streamlit", "run", "01_π_MATEO.py", "--server.port", "7860", "--server.enableXsrfProtection", "false", "--", "--no_cuda"]
|