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 82668fb commit 20fd3afCopy full SHA for 20fd3af
deployments/container/nvbandwidth/Dockerfile
@@ -45,8 +45,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
45
openmpi-common \
46
libopenmpi-dev \
47
openssh-client \
48
+ openssh-server \
49
&& rm -rf /var/lib/apt/lists/*
50
51
+RUN mkdir -p /var/run/sshd
52
+
53
COPY --from=builder /bandwidthtest/nvbandwidth/nvbandwidth /usr/bin
54
55
ENTRYPOINT ["mpirun"]
0 commit comments