idkash1 commited on
Commit
f5f3b89
·
verified ·
1 Parent(s): 7fbf405

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -12,8 +12,7 @@ RUN mkdir -p /cache/matplotlib \
12
  && chmod -R 777 /cache/matplotlib
13
 
14
  # Set environment variables for Hugging Face and Matplotlib
15
- ENV HF_HOME=/tmp/cacheHuggingface/PHI2
16
- ENV TRANSFORMERS_CACHE=/tmp/cacheHuggingface/PHI2
17
  ENV MPLCONFIGDIR=/tmp/cache/matplotlib
18
 
19
  # Flask
 
12
  && chmod -R 777 /cache/matplotlib
13
 
14
  # Set environment variables for Hugging Face and Matplotlib
15
+ ENV HF_HOME=/data/.huggingface
 
16
  ENV MPLCONFIGDIR=/tmp/cache/matplotlib
17
 
18
  # Flask