We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73d308 commit 08cc9f7Copy full SHA for 08cc9f7
images/docker-stacks-foundation/Dockerfile
@@ -137,9 +137,6 @@ RUN set -x && \
137
# Pin major.minor version of python
138
# https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-pkgs.html#preventing-packages-from-updating-pinning
139
mamba list --full-name 'python' | awk 'END{sub("[^.]*$", "*", $2); print $1 " " $2}' >> "${CONDA_DIR}/conda-meta/pinned" && \
140
- # Temporarily pin libxml2 to avoid ABI breakage
141
- # https://github.com/conda-forge/libxml2-feedstock/issues/145
142
- echo 'libxml2<2.14.0' >> /opt/conda/conda-meta/pinned && \
143
mamba clean --all -f -y && \
144
fix-permissions "${CONDA_DIR}" && \
145
fix-permissions "/home/${NB_USER}"
0 commit comments