From 48296d040a8bbffaa4e4e0063fb7740ffdf1581d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edoardo=20Apr=C3=A0?= Date: Fri, 12 Jun 2026 13:35:13 -0700 Subject: [PATCH] Fix container run command formatting --- Containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers.md b/Containers.md index 6af47210..b7947c45 100644 --- a/Containers.md +++ b/Containers.md @@ -48,7 +48,7 @@ export MYNPROC=5 After installing Apple Container as described at https://github.com/apple/container on computers equipped with Apple silicon, it is possible to run NWChem docker images as in the example below. ``` -container run -i --shm-size 1G --memory 3G -t --volume $(pwd):/data --entrypoint=mpirun --rm ghcr.io/nwchemgit/nwchemcross-dev-mpi-pr:arm64 -np 4 nwchem /data/siosi3.nw +container run --shm-size 1G --memory 3G --volume $(pwd):/data --entrypoint=mpirun --rm ghcr.io/nwchemgit/nwchemcross-dev-mpi-pr:arm64 -np 4 nwchem /data/siosi3.nw ``` ## Singularity/Apptainer