iamtatsuki05 commited on
Commit
a60f3a9
1 Parent(s): ae7b8b7

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -96,4 +96,4 @@ RUN poetry config virtualenvs.create true \
96
  RUN poetry install --no-dev
97
  RUN poetry install
98
 
99
- CMD ["poetry", "run", "streamlit", "run", "src/app.py", "--server.port", "7860", "--server.enableXsrfProtection", "false"]
 
96
  RUN poetry install --no-dev
97
  RUN poetry install
98
 
99
+ CMD ["poetry", "run", "streamlit", "run", "src/app.py", "--server.port", "7860"]