Skip to content

Instantly share code, notes, and snippets.

View thomas-robinson's full-sized avatar
Afflerating

Tom Robinson thomas-robinson

Afflerating
View GitHub Profile
FROM intel/oneapi-hpckit:2025.3.0-0-devel-ubuntu24.04 as builder
LABEL maintainer="HPC-ME Development"
...
# Clone Spack v1.1.0
RUN mkdir -p /opt && cd /opt && \
git clone -b v1.1.0 https://github.com/spack/spack.git
...
# Add packages with oneapi compiler
RUN cd /opt/spack-environment && \
. /opt/spack/share/spack/setup-env.sh && \