Skip to content

Commit

Permalink
Fixed multinode entrypoint to exit properly (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: tylertitsworth <[email protected]>
  • Loading branch information
sharvil10 authored and tylertitsworth committed Jun 28, 2024
1 parent 8ea038a commit 5fcb25c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ set -e \n\
set -a \n\
source ~/.startup \n\
set +a \n\
eval \"\$@\" \n\
tail -f /dev/null" >> /usr/local/bin/dockerd-entrypoint.sh && \
eval \"\$@\"" >> /usr/local/bin/dockerd-entrypoint.sh && \
chmod +x /usr/local/bin/dockerd-entrypoint.sh

RUN echo 'HostKey /etc/ssh/ssh_host_dsa_key' > /var/run/sshd_config && \
Expand Down

0 comments on commit 5fcb25c

Please sign in to comment.