kasper-boy commited on
Commit
239ae2a
·
verified ·
1 Parent(s): 007910e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10
5
  WORKDIR /app
6
 
7
  # Create a writable cache directory
8
- RUN mkdir -p /app/.cache/huggingface
9
  ENV HF_HOME=/app/.cache/huggingface
10
  RUN chmod 777 /app/.cache/huggingface
11
 
 
5
  WORKDIR /app
6
 
7
  # Create a writable cache directory
8
+ RUN mkdir -p /app/.cache/huggingface /app/flagged
9
  ENV HF_HOME=/app/.cache/huggingface
10
  RUN chmod 777 /app/.cache/huggingface
11