Skip to content

Commit

Permalink
f-da
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Oct 23, 2023
1 parent 75045b5 commit 2518fc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stack/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ ARG AIIDA_VERSION
RUN echo "pip==23.0.1" > /opt/requirements.txt && \
echo "aiida-core>=${AIIDA_VERSION},<3" >> /opt/requirements.txt

# Pin shared requirements in the base environemnt.
RUN cat /opt/requirements.txt | xargs -I{} conda config --system --add pinned_packages {}

# Install the shared requirements.
RUN mamba install --yes \
aiida-core=${AIIDA_VERSION} \
Expand Down

0 comments on commit 2518fc0

Please sign in to comment.