Acquiring E4S Containers

The current E4S container offerings include Docker and Singularity images capable of running on X86_64, PPC64LE, and AARCH64 architectures. Our full E4S Release images are based on Ubuntu 24.04 and Rocky 9.6 (x86_64, aarch64, ppc64le). In addition to offering a full E4S image containing a comprehensive selection of E4S software released on a bi-annual cycle, we also offer a set of minimal base images suitable for use in Continuous Integration (CI) pipelines where Spack is used to build packages.

Docker images are available on the E4S Docker Hub. Please see the E4S 25.11 Release Notes.


Container Releases


Note on Container Images

Container images contain binary versions of the Full Release packages listed above. Full-featured GPU-enabled container images are available from Dockerhub:

# docker pull ecpe4s/e4s-cuda:25.11-cuda120
# docker pull ecpe4s/e4s-cuda:25.11-cuda90
# docker pull ecpe4s/e4s-cuda:25.11-cuda80
# docker pull ecpe4s/e4s-cuda:25.11-cuda70
# docker pull ecpe4s/e4s-cuda-rocky9.6:25.11-cuda120
# docker pull ecpe4s/e4s-cuda-rocky9.6:25.11-cuda90
# docker pull ecpe4s/e4s-rocm:25.11-rocm942
# docker pull ecpe4s/e4s-rocm:25.11-rocm90a
# docker pull ecpe4s/e4s-rocm:25.11-rocm908
# docker pull ecpe4s/e4s-oneapi:25.11
# docker pull ecpe4s/e4s-cpu:25.11
# docker pull ecpe4s/e4s-cpu-rocky9.6:25.11

E4S Full GPU Images

These images contain a full Spack-based deployment of E4S, including GPU-enabled packages for NVIDIA, AMD, or Intel GPUs.

These images also contain NVIDIA NeMo, NVIDIA BioNeMo, VLLM, PyTorch, TensorFlow, and TAU.

AMD ROCm (x86_64)
NVIDIA CUDA (X86_64, PPC64LE, AARCH64)
Intel OneAPI (x86_64)
CPU-only (x86_64, aarch64)

GPU Base Images

These images come with MPICH, CMake, and the relevant GPU SDK – either AMD ROCm, NVIDIA CUDA Toolkit and NVHPC, or Intel OneAPI.

AMD ROCM (X86_64)
NVIDIA Multi-Arch (X86_64, PPC64LE, AARCH64)
Intel OneAPI (X86_64)

Minimal Spack

This image contains a minimal setup for using Spack 0.22.0 w/ GNU compilers

X86_64, PPC64LE, AARCH64

DOE LLVM E4S Image

This multi-architecture image contains E4S products compiled with DOE LLVM 16 and Flang using Spack

Multi-Arch (X86_64, PPC64LE, AARCH64)

Application-Specific Continuous Integration Images

Minimal Continuous Integration Images

X86_64
PPC64LE
AARCH64

Custom Images


E4S Facility Deployment


AWS EC2 Image

The E4S 25.11 release is also available on AWS as an EC2 AMI with ID ami-0e752117cfa13cb9b in the US-West-2 (Oregon) region.