RameshJ commited on
Commit
9156011
·
verified ·
1 Parent(s): dce0e0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
11
 
12
 
13
  # Set writable path for Streamlit config
14
- ENV STREAMLIT_CONFIG_DIR=/tmp/.streamlit
15
  RUN mkdir -p /tmp/.streamlit
16
 
17
  COPY requirements.txt ./
 
11
 
12
 
13
  # Set writable path for Streamlit config
14
+ ENV XDG_CONFIG_HOME=/tmp
15
  RUN mkdir -p /tmp/.streamlit
16
 
17
  COPY requirements.txt ./