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 976b7a8 commit cf1be91Copy full SHA for cf1be91
dockerfiles/centos8-base
@@ -22,10 +22,10 @@ RUN yum -y install xorg-x11-server-Xorg xorg-x11-xauth libX11-devel \
22
RUN yum -y install freeglut-devel
23
24
# Python
25
-RUN yum -y install python3-pip python3
+RUN dnf install -y python38 python38-devel python38-pip
26
27
# python packages
28
-RUN pip3 install scipy matplotlib numpy ipython pybind11
+RUN python3.8 -m pip install scipy matplotlib numpy ipython pybind11
29
30
# Qt5
31
RUN yum -y install qt5-qtbase-devel
0 commit comments