heymenn commited on
Commit
edbf3f2
·
verified ·
1 Parent(s): dd1567e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ COPY requirements.txt ./
12
  COPY src/ ./src/
13
  COPY SAOKE_technologies.xlsx ./
14
 
15
- RUN mkdir -p /app/hf_cache
16
  ENV HF_HOME=/app/hf_cache
17
 
18
  RUN pip3 install -r requirements.txt
 
12
  COPY src/ ./src/
13
  COPY SAOKE_technologies.xlsx ./
14
 
15
+ RUN mkdir -p /app/hf_cache && chmod -R 777 /app/hf_cache
16
  ENV HF_HOME=/app/hf_cache
17
 
18
  RUN pip3 install -r requirements.txt