Merge branch 'jupyter:master' into master

This commit is contained in:
Darek
2022-07-05 14:04:08 -04:00
committed by GitHub
31 changed files with 842 additions and 368 deletions

View File

@@ -56,13 +56,7 @@ RUN fix-permissions "/etc/ipython/"
USER ${NB_UID}
# Install pyarrow
RUN arch=$(uname -m) && \
if [ "${arch}" == "aarch64" ]; then \
# Prevent libmamba from sporadically hanging on arm64 under QEMU
# <https://github.com/mamba-org/mamba/issues/1611>
export G_SLICE=always-malloc; \
fi && \
mamba install --quiet --yes \
RUN mamba install --quiet --yes \
'pyarrow' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \