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 b418c8b commit 4a51d25Copy full SHA for 4a51d25
1 file changed
Dockerfile
@@ -47,7 +47,7 @@ RUN apt-get update \
47
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
48
49
# Upgrade pip
50
-RUN python3 -m pip install --upgrade pip
+RUN python3 -m pip install --upgrade pip --break-system-packages
51
52
# Set .bashrc
53
RUN echo "" >> /root/.bashrc \
@@ -116,7 +116,7 @@ RUN sed -i '/int qverify;/s/^/extern /' ./externals.h \
116
WORKDIR /opt
117
118
# Install ObsPy
119
-RUN pip3 install obspy
+RUN pip3 install obspy --break-system-packages
120
121
# Get and install PyRocko - https://pyrocko.org/docs/current/install/system/linux/index.html
122
0 commit comments