We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11db6d commit 8c55e1aCopy full SHA for 8c55e1a
docker/Dockerfile
@@ -45,7 +45,7 @@ RUN install_packages \
45
46
ENV READTHEDOCS=True
47
ADD requirements.txt /tmp/.
48
-RUN pip install --upgrade pip && \
+RUN pip install --break-system-packages --upgrade pip && \
49
pip install --no-cache-dir --break-system-packages -r /tmp/requirements.txt
50
51
RUN mkdir -p /coderbot && \
docker/Dockerfile.arm64
@@ -46,7 +46,7 @@ RUN install_packages \
52
0 commit comments