Skip to content

Commit

Permalink
install openmc with mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
bquan0 committed Mar 30, 2024
1 parent 2668846 commit 2472117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/conda_build.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN conda update -n base conda
RUN mamba install conda-forge::dagmc

FROM dagmc AS openmc
RUN conda install conda-forge::openmc
RUN mamba install conda-forge::openmc

# Build/Install PyNE from release branch
FROM ${pyne_test_base} AS pyne
Expand Down

0 comments on commit 2472117

Please sign in to comment.