idkash1 commited on
Commit
f2ac04d
·
verified ·
1 Parent(s): 65973d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -7,9 +7,9 @@ WORKDIR /app
7
  # Copy the requirements file
8
  COPY requirements.txt .
9
 
10
- # Change permission
11
- 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 HF_HOME=/cache/huggingface
 
7
  # Copy the requirements file
8
  COPY requirements.txt .
9
 
10
+ # Change permission /cache/huggingface
11
+ 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=/cache/huggingface