Skip to content

Commit b882a46

Browse files
author
Feng Xu
committed
disable streamlit's static serving
1 parent 937a874 commit b882a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN pip3 install -r requirements.txt
1616
COPY . /app/
1717

1818
# set streamlit config via env vars
19-
ENV STREAMLIT_SERVER_ENABLE_STATIC_SERVING=true
19+
ENV STREAMLIT_SERVER_ENABLE_STATIC_SERVING=false
2020
ENV STREAMLIT_LOGGER_LEVEL="info"
2121
ENV STREAMLIT_CLIENT_TOOLBAR_MODE="viewer"
2222
ENV STREAMLIT_CLIENT_SHOW_ERROR_DETAILS=false

0 commit comments

Comments
 (0)