Skip to content
Snippets Groups Projects
Commit e0738b5b authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Updated Dockerfile for new upstream container

parent 673fcb20
Branches
Tags
1 merge request!4Container now includes proper environment setup
......@@ -25,11 +25,8 @@ RUN rm -rf $SPACK_ROOT/np-spack \
&& echo " - $SPACK_ROOT/np-spack" >> $SPACK_ROOT/etc/spack/repos.yaml
## Install the software, building on the existing root environment.
## This is a raw builder image, so no calls to spack gc
## FIXME: eigen should be explicitly added upstream
RUN cd /opt/spack-environment && spack env activate . \
&& spack add npdet@master \
&& spack add eigen \
&& spack install \
&& spack clean -a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment