Hasitha16 commited on
Commit
a5cd287
·
verified ·
1 Parent(s): e4ba0e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ ENV PYTHONUNBUFFERED=1
16
  ENV HF_HOME=/tmp/hf-home
17
  ENV TRANSFORMERS_CACHE=/tmp/hf-cache
18
  ENV NLTK_DATA=/tmp/nltk_data
19
- ENV XDG_CONFIG_HOME=/tmp # 👈 Streamlit will store .streamlit here
20
 
21
  # Install Python dependencies
22
  RUN pip install --upgrade pip
 
16
  ENV HF_HOME=/tmp/hf-home
17
  ENV TRANSFORMERS_CACHE=/tmp/hf-cache
18
  ENV NLTK_DATA=/tmp/nltk_data
19
+ ENV XDG_CONFIG_HOME=/tmp
20
 
21
  # Install Python dependencies
22
  RUN pip install --upgrade pip