Skip to content

Commit 20fd3af

Browse files
committed
Add sshd
Signed-off-by: Swati Gupta <[email protected]>
1 parent 82668fb commit 20fd3af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deployments/container/nvbandwidth/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4545
openmpi-common \
4646
libopenmpi-dev \
4747
openssh-client \
48+
openssh-server \
4849
&& rm -rf /var/lib/apt/lists/*
4950

51+
RUN mkdir -p /var/run/sshd
52+
5053
COPY --from=builder /bandwidthtest/nvbandwidth/nvbandwidth /usr/bin
5154

5255
ENTRYPOINT ["mpirun"]

0 commit comments

Comments
 (0)