yonikremer
commited on
Commit
•
192204f
1
Parent(s):
18abcef
changed maxUploadSize to 1GB
Browse files- 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", "--server.enableCORS", "false", "--server.enableXsrfProtection", "false", "--browser.gatherUsageStats", "false", "--theme.base", "dark", "--server.maxUploadSize", "
|
|
|
18 |
COPY . /app/my_streamlit_app/
|
19 |
COPY ./.streamlit /app/my_streamlit_app/.streamlit/
|
20 |
|
21 |
+
CMD ["streamlit", "run", "--server.port", "7860", "--server.enableCORS", "false", "--server.enableXsrfProtection", "false", "--browser.gatherUsageStats", "false", "--theme.base", "dark", "--server.maxUploadSize", "1000", "/app/my_streamlit_app/app.py"]
|