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 afa5f21 commit 32f0393Copy full SHA for 32f0393
tutorials/accelerated-python/brev/dockerfile
@@ -16,7 +16,10 @@ RUN set -ex \
16
&& rm -f /opt/requirements.txt \
17
&& `# Install system packages` \
18
&& apt-get update -y \
19
- && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends git-lfs \
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
20
+ git-lfs \
21
+ openmpi-bin \
22
+ libopenmpi-dev \
23
&& apt-get clean -y \
24
&& rm -rf /var/lib/apt/lists/* \
25
&& `# Setup Bash` \
tutorials/accelerated-python/brev/requirements.txt
@@ -20,3 +20,6 @@ numba-cuda
# NVIDIA devtools
nvtx
nsightful[notebook] @ git+https://github.com/brycelelbach/nsightful.git
+
+# Distributed computing
+mpi4py
0 commit comments