BramVanroy commited on
Commit
2ccd2ae
β€’
1 Parent(s): 6a283fc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]