Added pip3 installation of NumPy to Dockerfile which is necessary to use system pip3 to install all OpenMC Python prerequisites

This commit is contained in:
Will Boyd 2018-09-27 19:12:37 -04:00
parent 87043f9a64
commit 0508170991

View file

@ -20,6 +20,7 @@ RUN apt-get update -y && \
apt-get autoremove
# Download Miniconda3 and install Python dependencies
RUN pip3 install numpy
#RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
# /bin/bash ~/miniconda.sh -b -p /opt/conda && \
# rm -rf ~/miniconda.sh