Update entrypoint.bash
This commit is contained in:
parent
15dcd3c65c
commit
53a45c820c
@ -51,8 +51,12 @@ case "$mode" in
|
||||
# COPY spack.yaml .
|
||||
# RUN spack install # <- Spack is loaded and ready to use.
|
||||
# # No manual initialization necessary.
|
||||
# RUN <<EOT # Supports multi-line scripts.
|
||||
# spack install # Will fail on first error (set -e).
|
||||
# spack buildcache push
|
||||
# EOT
|
||||
. $SPACK_ROOT/share/spack/setup-env.sh
|
||||
exec bash -c "$*"
|
||||
exec bash -e -c "$*"
|
||||
;;
|
||||
|
||||
"interactiveshell")
|
||||
|
Loading…
Reference in New Issue
Block a user