Skip to content

Commit

Permalink
Merge pull request #1593 from maresb/patch-1
Browse files Browse the repository at this point in the history
Remove mamba pin for aarch64
  • Loading branch information
consideRatio authored Feb 2, 2022
2 parents c7515d0 + 62723b7 commit 27c294a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,18 +121,6 @@ RUN set -x && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

# Using fixed version of mamba in arm, because the latest one has problems with arm under qemu
# See: https://github.com/jupyter/docker-stacks/issues/1539
RUN set -x && \
arch=$(uname -m) && \
if [ "${arch}" == "aarch64" ]; then \
mamba install --quiet --yes \
'mamba<0.18' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"; \
fi;

# Install Jupyter Notebook, Lab, and Hub
# Generate a notebook server config
# Cleanup temporary files
Expand Down

0 comments on commit 27c294a

Please sign in to comment.