Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Oct 27, 2023
1 parent b890a56 commit 5c1c695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions official-templates/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,6 @@ RUN chmod +x /start.sh
# Message of the Day
RUN echo "Welcome to the NVIDIA CUDA Docker container!" > /etc/motd
RUN sed -i 's/PrintMotd no/PrintMotd yes/g' /etc/ssh/sshd_config
RUN echo 'echo "Welcome to the NVIDIA CUDA Docker container!"' >> /root/.bashrc

CMD ["/start.sh"]

0 comments on commit 5c1c695

Please sign in to comment.