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
No related branches found
No related tags found
1 merge request!4Container now includes proper environment setup
...@@ -25,11 +25,8 @@ RUN rm -rf $SPACK_ROOT/np-spack \ ...@@ -25,11 +25,8 @@ RUN rm -rf $SPACK_ROOT/np-spack \
&& echo " - $SPACK_ROOT/np-spack" >> $SPACK_ROOT/etc/spack/repos.yaml && echo " - $SPACK_ROOT/np-spack" >> $SPACK_ROOT/etc/spack/repos.yaml
## Install the software, building on the existing root environment. ## 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 . \ RUN cd /opt/spack-environment && spack env activate . \
&& spack add npdet@master \ && spack add npdet@master \
&& spack add eigen \
&& spack install \ && spack install \
&& spack clean -a && spack clean -a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment