Skip to content

Commit 7ffed7a

Browse files
author
Emma Ai
committed
switch from ubuntu to debian
1 parent ac5df44 commit 7ffed7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mambaorg/micromamba:git-a19699f-cuda12.6.3-ubuntu24.04 AS stats-conda
1+
FROM mambaorg/micromamba:git-fddee42-debian12-slim AS stats-conda
22

33
USER root
44
COPY env.yaml /conf/
@@ -18,7 +18,7 @@ ENV CC=/env/bin/x86_64-conda-linux-gnu-gcc \
1818
RUN micromamba run -p /env pip install --no-cache-dir \
1919
--no-build-isolation -r /conf/requirements.txt
2020

21-
FROM ubuntu:noble-20250127
21+
FROM debian:12.10-slim
2222
COPY --from=stats-conda /env /env
2323
COPY distributed.yaml /etc/dask/
2424

0 commit comments

Comments
 (0)