Update Dockerfile
Browse files- 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 . .
|