mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
fix docker image building for openmc+dagmc combination (#2678)
This commit is contained in:
parent
a42b9ba4f9
commit
a125f81500
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ RUN cd $HOME \
|
|||
RUN if [ "$build_dagmc" = "on" ]; then \
|
||||
# Install addition packages required for DAGMC
|
||||
apt-get -y install libeigen3-dev libnetcdf-dev libtbb-dev libglfw3-dev \
|
||||
&& pip install --upgrade numpy cython \
|
||||
&& pip install --upgrade numpy "cython<3.0" \
|
||||
# Clone and install EMBREE
|
||||
&& mkdir -p $HOME/EMBREE && cd $HOME/EMBREE \
|
||||
&& git clone --single-branch -b ${EMBREE_TAG} --depth 1 ${EMBREE_REPO} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue