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 95b0ef0 commit 3d38ea0Copy full SHA for 3d38ea0
Dockerfile
@@ -90,15 +90,9 @@ RUN apt-get update && \
90
# Micromamba
91
FROM downloader AS micromamba
92
93
-# Install a C compiler to build extensions when needed.
94
-# traits<6.4 wheels are not available for Python 3.11+, but build easily.
95
-RUN apt-get update && \
96
- apt-get install -y --no-install-recommends build-essential && \
97
- apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
98
-
99
WORKDIR /
100
# Bump the date to current to force update micromamba
101
-RUN echo "2024.02.06"
+RUN echo "2025.08.18"
102
RUN curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
103
104
ENV MAMBA_ROOT_PREFIX="/opt/conda"
0 commit comments