Kashtan commited on
Commit
c687949
·
verified ·
1 Parent(s): 1935f96

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  COPY requirements.txt .
9
 
10
  # Change permission
11
- chmod -R 755 ~/cache/huggingface ~/cache/matplotlib
12
 
13
  # Set environment variables for Hugging Face and Matplotlib
14
  ENV TRANSFORMERS_CACHE=/cache/huggingface
 
8
  COPY requirements.txt .
9
 
10
  # Change permission
11
+ RUN chmod -R 755 ~/cache/huggingface ~/cache/matplotlib
12
 
13
  # Set environment variables for Hugging Face and Matplotlib
14
  ENV TRANSFORMERS_CACHE=/cache/huggingface