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 51b2590 commit 9ac8af0Copy full SHA for 9ac8af0
Dockerfile-mpich
@@ -1,7 +1,7 @@
1
FROM python:3.12-slim-bookworm
2
3
# 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
+RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates git mpich libmpich-dev
5
6
# Download the latest installer
7
ADD https://astral.sh/uv/install.sh /uv-installer.sh
0 commit comments