Update Spack Dockerfiles (#33500)
* Use spack bootstrap now in containers * Fix wrong path glob expression
This commit is contained in:

committed by
GitHub

parent
62526c1085
commit
00ae74f40e
@@ -39,7 +39,7 @@ WORKDIR /root
|
||||
SHELL ["docker-shell"]
|
||||
|
||||
# Creates the package cache
|
||||
RUN spack spec hdf5+mpi
|
||||
RUN spack bootstrap now && spack spec hdf5+mpi
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "/opt/spack/share/spack/docker/entrypoint.bash"]
|
||||
CMD ["interactive-shell"]
|
||||
|
@@ -12,7 +12,6 @@ RUN zypper ref && \
|
||||
git\
|
||||
gzip\
|
||||
patch\
|
||||
patchelf\
|
||||
python3-base \
|
||||
python3-boto3\
|
||||
tar\
|
||||
|
Reference in New Issue
Block a user