chaowenguo commited on
Commit
ff34527
·
verified ·
1 Parent(s): dd2e8de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ EOF
19
  COPY requirements.txt ./
20
 
21
  # Install Python dependencies
22
- RUN pip install --no-cache-dir -r requirements.txt
23
 
24
  # Now copy the rest of the codebase into the image
25
  COPY . .
 
19
  COPY requirements.txt ./
20
 
21
  # Install Python dependencies
22
+ RUN pip install --no-cache-dir -r requirements.txt --break-system-packages
23
 
24
  # Now copy the rest of the codebase into the image
25
  COPY . .