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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY requirements.txt .
11
  RUN mkdir -p /cache/huggingface /cache/matplotlib \
12
  && chmod -R 777 /cache/huggingface /cache/matplotlib
13
 
14
- # Set environment variables for HF中国镜像站 and Matplotlib
15
  ENV HF_HOME=/cache/huggingface
16
  ENV MPLCONFIGDIR=/cache/matplotlib
17
 
 
11
  RUN mkdir -p /cache/huggingface /cache/matplotlib \
12
  && chmod -R 777 /cache/huggingface /cache/matplotlib
13
 
14
+ # Set environment variables for HF中国镜像站 and Matplotlib
15
  ENV HF_HOME=/cache/huggingface
16
  ENV MPLCONFIGDIR=/cache/matplotlib
17