Skip to content

Commit cf1be91

Browse files
python3.8
1 parent 976b7a8 commit cf1be91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/centos8-base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ RUN yum -y install xorg-x11-server-Xorg xorg-x11-xauth libX11-devel \
2222
RUN yum -y install freeglut-devel
2323

2424
# Python
25-
RUN yum -y install python3-pip python3
25+
RUN dnf install -y python38 python38-devel python38-pip
2626

2727
# python packages
28-
RUN pip3 install scipy matplotlib numpy ipython pybind11
28+
RUN python3.8 -m pip install scipy matplotlib numpy ipython pybind11
2929

3030
# Qt5
3131
RUN yum -y install qt5-qtbase-devel

0 commit comments

Comments
 (0)