File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ ENV MAMBA_USER=$NEW_MAMBA_USER
3030USER $MAMBA_USER
3131
3232# Install dependencies
33- RUN micromamba install -c conda-forge python=$PYTHONVERSION aiida-core=$AIIDAVERSION ambertools=$AMBERTOOLSVERSION && \
33+ RUN micromamba install -c conda-forge python=$PYTHONVERSION aiida-core=$AIIDAVERSION aiida-core.services=$AIIDAVERSION ambertools=$AMBERTOOLSVERSION && \
3434micromamba clean --all --yes
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ ENV MAMBA_USER=$NEW_MAMBA_USER
3030USER $MAMBA_USER
3131
3232# Install dependencies
33- RUN micromamba install -c conda-forge python=$PYTHONVERSION aiida-core=$AIIDAVERSION gromacs=$GMXVERSION && \
33+ RUN micromamba install -c conda-forge python=$PYTHONVERSION aiida-core=$AIIDAVERSION aiida-core.services=$AIIDAVERSION gromacs=$GMXVERSION && \
3434micromamba clean --all --yes
3535
You can’t perform that action at this time.
0 commit comments