Skip to content
Snippets Groups Projects
Commit fd8f666c authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Don't package root script gcc version

- don't install a root wrapper script (sometimes breaks root when working in the
container)
- gaudi tag  stuck on gcc 9
parent d6cdab7b
Branches
Tags
No related merge requests found
...@@ -81,7 +81,7 @@ RUN cd /opt/spack-environment \ ...@@ -81,7 +81,7 @@ RUN cd /opt/spack-environment \
&& spack env activate . \ && spack env activate . \
&& export PODIO=`spack find -p podio | grep software | awk '{print $2}'` \ && export PODIO=`spack find -p podio | grep software | awk '{print $2}'` \
&& echo "export PODIO=${PODIO};" >> /etc/profile.d/z10_spack_environment.sh \ && echo "export PODIO=${PODIO};" >> /etc/profile.d/z10_spack_environment.sh \
&& echo "export BINARY_TAG=x86_64-linux-gcc10-opt" >> /etc/profile.d/z10_spack_environment.sh && echo "export BINARY_TAG=x86_64-linux-gcc9-opt" >> /etc/profile.d/z10_spack_environment.sh
## make sure we have the entrypoints setup correctly ## make sure we have the entrypoints setup correctly
ENTRYPOINT [] ENTRYPOINT []
......
...@@ -26,7 +26,7 @@ IMAGE_ROOT='eic' ...@@ -26,7 +26,7 @@ IMAGE_ROOT='eic'
PROGRAMS = ['eic-shell', PROGRAMS = ['eic-shell',
'container_dev', 'container_dev',
'root', #'root',
'ipython'] 'ipython']
## URL for the current container (git tag will be filled in by the script) ## URL for the current container (git tag will be filled in by the script)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment