Jofthomas HF Staff commited on
Commit
bbc667e
·
verified ·
1 Parent(s): d6fcb7b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ WORKDIR /app
15
  COPY . .
16
 
17
  # Install Python dependencies
18
- RUN pip install --no-cache-dir --upgrade -r requirements.txt
19
 
20
  # Set environment variable for the model download path
21
  ENV XDG_CACHE_HOME=/app/.local
 
15
  COPY . .
16
 
17
  # Install Python dependencies
18
+ RUN pip install --no-cache-dir --user -r requirements.txt
19
 
20
  # Set environment variable for the model download path
21
  ENV XDG_CACHE_HOME=/app/.local