Skip to content

Commit a5362dc

Browse files
committed
python3
1 parent afd655a commit a5362dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/docker/4.2-dev-tex/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y \
3939
&& rm -rf /var/lib/apt/lists/*
4040

4141
# install python packages
42-
RUN pip install numpy scipy
42+
RUN pip install --break-system-packages numpy scipy
4343

4444
# get code from github
4545
RUN git clone https://github.com/ahay/src.git $HOME/RSFSRC

0 commit comments

Comments
 (0)