A Dockerfile to build Amber24 (with AmberTools25) with MPIch-4.1 and CUDA 12 support
  • Dockerfile 95.9%
  • Shell 4.1%
Find a file
2026-02-20 16:29:24 +01:00
amber_aarch64.def Aarch def 2026-02-20 16:29:24 +01:00
Dockerfile Fixed build path for pmemd 2026-02-19 12:47:21 +00:00
LICENSE Initial commit 2026-02-17 13:10:09 +00:00
README.md Update README.md 2026-02-20 12:43:15 +00:00
start.sh Fixed AMBERHOME 2026-02-18 06:55:50 +00:00

Amber24-container

Dockerfiles and Singularity Definition Files (for x86_64 and aarch64 architectures) to build Amber24 and AmberTools25 with MPIch-4.1 and CUDA 12 support.

The source code is not included, since it requires signing an End User License Agreement (EULA), so:

  • go on Amber's website (https://ambermd.org/GetAmber.php)

  • download pmemd24.tar.bz2 and AmberTools24.tar.bz2 for non-commercial use

  • place these in the same directory as the Dockerfile and start.sh

then run for instance docker build --progress=plain -t amber24_x86_64 -f Dockerfile_x86_64 .

or singularity build amber24_aarch64.sif amber24_aarch64.def