Skip to content

Commit 9ac8af0

Browse files
author
Alec Thomson
committed
Add mpich dev
1 parent 51b2590 commit 9ac8af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-mpich

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.12-slim-bookworm
22

33
# The installer requires curl (and certificates) to download the release archive
4-
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates git mpich
4+
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates git mpich libmpich-dev
55

66
# Download the latest installer
77
ADD https://astral.sh/uv/install.sh /uv-installer.sh

0 commit comments

Comments
 (0)