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