Skip to content

Commit

Permalink
Conda -> mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Mar 19, 2024
1 parent a374b4c commit 5aaa580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5aaa580

Please sign in to comment.