Luigi commited on
Commit
1a0434b
·
verified ·
1 Parent(s): 574e0ae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -27,9 +27,6 @@ RUN mkdir -p /tmp/.streamlit /tmp/huggingface && \
27
  # Create config file with proper settings
28
  RUN mkdir -p /tmp/.streamlit && \
29
  cat <<EOF > /tmp/.streamlit/config.toml
30
- [global]
31
- dataSavePath = "/tmp"
32
-
33
  [browser]
34
  gatherUsageStats = false
35
 
 
27
  # Create config file with proper settings
28
  RUN mkdir -p /tmp/.streamlit && \
29
  cat <<EOF > /tmp/.streamlit/config.toml
 
 
 
30
  [browser]
31
  gatherUsageStats = false
32