A Dockerfile to build Amber24 (with AmberTools25) with MPIch-4.1 and CUDA 12 support
- Dockerfile 95.9%
- Shell 4.1%
| amber_aarch64.def | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| start.sh | ||
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.bz2andAmberTools24.tar.bz2for non-commercial use -
place these in the same directory as the
Dockerfileandstart.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