Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion stack/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@ COPY pip.conf "${CONDA_DIR}/pip.conf"
# Update async_generator, certipy to satisfy `pip check`
# https://github.com/aiidalab/aiidalab-docker-stack/issues/490
# Install aiida-core and other shared requirements.
# We need to pin numpy to 1.x due to AWB using old bokeh version, see:
# https://github.com/aiidalab/aiidalab-widgets-base/issues/733
RUN mamba update -y pip async_generator certipy && \
mamba install --yes \
aiida-core==${AIIDA_VERSION} \
aiida-core=${AIIDA_VERSION} \
numpy=1.* \
mamba-bash-completion \
traitlets=5.9.0 \
&& mamba clean --all -f -y && \
Expand Down
Loading