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

Make sure BINARY_TAG is set

parent 50003b49
No related branches found
No related tags found
1 merge request!2Release version for v2.0.0 container
...@@ -49,7 +49,8 @@ RUN find -L /opt/view/* -type f -exec readlink -f '{}' \; | \ ...@@ -49,7 +49,8 @@ RUN find -L /opt/view/* -type f -exec readlink -f '{}' \; | \
# Modifications to the environment that are necessary to run # Modifications to the environment that are necessary to run
RUN cd /opt/spack-environment && \ RUN cd /opt/spack-environment && \
spack env activate --sh -d . >> /etc/profile.d/z10_spack_environment.sh spack env activate --sh -d . >> /etc/profile.d/z10_spack_environment.sh && \
echo "export BINARY_TAG=x86_64-linux-gcc9-opt" >> /etc/profile.d/z10_spack_environment.sh
ENTRYPOINT ["/bin/bash", "--rcfile", "/etc/profile", "-l", "-c"] ENTRYPOINT ["/bin/bash", "--rcfile", "/etc/profile", "-l", "-c"]
CMD ["bash"] CMD ["bash"]
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