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 ac5df44 commit 7ffed7aCopy full SHA for 7ffed7a
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mambaorg/micromamba:git-a19699f-cuda12.6.3-ubuntu24.04 AS stats-conda
+FROM mambaorg/micromamba:git-fddee42-debian12-slim AS stats-conda
2
3
USER root
4
COPY env.yaml /conf/
@@ -18,7 +18,7 @@ ENV CC=/env/bin/x86_64-conda-linux-gnu-gcc \
18
RUN micromamba run -p /env pip install --no-cache-dir \
19
--no-build-isolation -r /conf/requirements.txt
20
21
-FROM ubuntu:noble-20250127
+FROM debian:12.10-slim
22
COPY --from=stats-conda /env /env
23
COPY distributed.yaml /etc/dask/
24
0 commit comments