From 5aaa580a7e66bc410daee4be9a34b504452fd6c0 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Tue, 19 Mar 2024 19:59:15 +0500 Subject: [PATCH] Conda -> mamba --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e47034..b08ee41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN set -ex ; \ USER aiida -RUN conda create --yes -c conda-forge -n cp2k cp2k=9.1 && conda clean --all -f -y +RUN mamba create --yes -c conda-forge -n cp2k cp2k=9.1 && mamba clean --all -f -y # Install aiida-cp2k plugin. COPY --chown="${SYSTEM_UID}:${SYSTEM_GID}" . /home/aiida/aiida-cp2k