mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
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:
parent
87043f9a64
commit
0508170991
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue