Skip to content

Commit ffee1d2

Browse files
authored
Merge pull request #43 from CCPBioSim/fixes
Add services to container builds
2 parents 135942b + a21ed1a commit ffee1d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

amber/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ ENV MAMBA_USER=$NEW_MAMBA_USER
3030
USER $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 && \
3434
micromamba clean --all --yes

gromacs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ ENV MAMBA_USER=$NEW_MAMBA_USER
3030
USER $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 && \
3434
micromamba clean --all --yes
3535

0 commit comments

Comments
 (0)