BramVanroy commited on
Commit
e7f7dfb
β€’
1 Parent(s): c02d909

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,4 +54,4 @@ HEALTHCHECK CMD curl --fail http://$SERVER:$PORT/_stcore/health || exit 1
54
  WORKDIR src/mateo_st
55
 
56
  # Launch app
57
- CMD ["streamlit", "run", "01_🎈_MATEO.py", "--server.port", "$PORT", "--server.enableXsrfProtection", "false", "--", "--no_cuda"]
 
54
  WORKDIR src/mateo_st
55
 
56
  # Launch app
57
+ CMD streamlit run 01_🎈_MATEO.py --server.port $PORT --server.enableXsrfProtection false -- --no_cuda