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 47c0ff8 commit b216221Copy full SHA for b216221
Dockerfile
@@ -9,6 +9,7 @@ RUN apt-get update && \
9
rm -rf /var/lib/apt/lists/*
10
11
# Install Miniconda.
12
+ARG TARGETARCH
13
RUN CONDA_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "x86_64") && \
14
wget --quiet "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-$CONDA_ARCH.sh" --output-document ~/miniconda.sh && \
15
/bin/bash ~/miniconda.sh -b -p /opt/conda && \
0 commit comments