Skip to content

Commit 08cc9f7

Browse files
authored
Don't pin libxml2 anymore (#2299)
1 parent e73d308 commit 08cc9f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

images/docker-stacks-foundation/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ RUN set -x && \
137137
# Pin major.minor version of python
138138
# https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-pkgs.html#preventing-packages-from-updating-pinning
139139
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 && \
143140
mamba clean --all -f -y && \
144141
fix-permissions "${CONDA_DIR}" && \
145142
fix-permissions "/home/${NB_USER}"

0 commit comments

Comments
 (0)