yonikremer commited on
Commit
f2aae49
·
1 Parent(s): 37d03a0

set maxUploadSize to 100GB

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ ENV TOKENIZERS_PARALLELISM=false
18
  COPY . /app/my_streamlit_app/
19
  COPY ./.streamlit /app/my_streamlit_app/.streamlit/
20
 
21
- CMD ["streamlit", "run", "--server.port", "7860", "--browser.gatherUsageStats", "false", "--theme.base", "dark", "/app/my_streamlit_app/app.py"]
 
18
  COPY . /app/my_streamlit_app/
19
  COPY ./.streamlit /app/my_streamlit_app/.streamlit/
20
 
21
+ CMD ["streamlit", "run", "--server.port", "7860", "--browser.gatherUsageStats", "false", "--theme.base", "dark", "--server.maxUploadSize", "100000", "/app/my_streamlit_app/app.py"]