Spaces:
BG5
/
Running

BG5 commited on
Commit
10a8005
·
verified ·
1 Parent(s): b15516b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y \
25
  COPY . .
26
 
27
 
28
- RUN pip install --no-cache-dir --upgrade -r requirements.txt
29
 
30
 
31
 
 
25
  COPY . .
26
 
27
 
28
+ RUN pip install --no-cache-dir --upgrade --break-system-packages -r requirements.txt
29
 
30
 
31