We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43417c3 commit 5508220Copy full SHA for 5508220
Dockerfile
@@ -16,8 +16,9 @@ RUN apt-get install python3.7 -y
16
ENV TZ=US
17
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
18
19
-RUN apt-get install git swig python-dev python-numpy python-matplotlib python-h5py -y
+RUN apt-get install git swig python3-dev python3-numpy python3-matplotlib python3-h5py -y
20
21
#Build OpenMOC
22
WORKDIR "/OpenMOC"
23
-RUN python setup.py install
+RUN python3 setup.py install --user
24
0 commit comments