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 afd655a commit a5362dcCopy full SHA for a5362dc
admin/docker/4.2-dev-tex/Dockerfile
@@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y \
39
&& rm -rf /var/lib/apt/lists/*
40
41
# install python packages
42
-RUN pip install numpy scipy
+RUN pip install --break-system-packages numpy scipy
43
44
# get code from github
45
RUN git clone https://github.com/ahay/src.git $HOME/RSFSRC
0 commit comments