Kashtan commited on
Commit
505e748
·
verified ·
1 Parent(s): fc6d8ab

Update Dockerfile

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