Polo123 commited on
Commit
4d4b16e
·
verified ·
1 Parent(s): d17cea4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -20,8 +20,4 @@ RUN pip3 install --no-cache-dir -r pre-requirements.txt
20
  RUN pip3 install --no-cache-dir -r requirements.txt
21
 
22
  EXPOSE 8501
23
- CMD streamlit run app.py \
24
- --server.headless true \
25
- --server.enableCORS false \
26
- --server.enableXsrfProtection false \
27
- --server.fileWatcherType none
 
20
  RUN pip3 install --no-cache-dir -r requirements.txt
21
 
22
  EXPOSE 8501
23
+ CMD streamlit run app.py