Skip to content
Snippets Groups Projects

Integrate vtk9

Merged Stephan Schulz requested to merge integrate_vtk9 into master
3 files
+ 15
4
Compare changes
  • Side-by-side
  • Inline

Files

# Build stage with Spack pre-installed and ready to be used
# Build stage with Spack pre-installed and ready to be used
FROM spack-alpine as builder
FROM registry.jsc.fz-juelich.de/slms/loadbalancing/spack-alpine as builder
# What we want to install and how we want to install it
# What we want to install and how we want to install it
@@ -45,7 +45,7 @@ RUN cd /opt/spack-environment && \
@@ -45,7 +45,7 @@ RUN cd /opt/spack-environment && \
# Bare OS image to run the installed executables
# Bare OS image to run the installed executables
FROM spack-alpine
FROM registry.jsc.fz-juelich.de/slms/loadbalancing/spack-alpine
COPY --from=builder /opt/spack-environment /opt/spack-environment
COPY --from=builder /opt/spack-environment /opt/spack-environment
COPY --from=builder /opt/software /opt/software
COPY --from=builder /opt/software /opt/software
Loading