Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile_chatbot
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Titsworth <[email protected]>
  • Loading branch information
Tyler Titsworth authored Jul 8, 2024
1 parent ff38883 commit 8dad1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_chatbot
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ RUN apt update \
&& apt install -y wget numactl git nvidia-cuda* \
&& apt install -y openssh-server \
&& apt install -y python${PYTHON_VERSION} python3-pip \
&& echo 'LoginGraceTime 0' >> /etc/ssh/sshd_config \
&& echo 'LoginGraceTime 0' >> /etc/ssh/sshd_config \# https://ubuntu.com/security/CVE-2024-6387
&& apt clean \
&& rm -rf /var/lib/apt/lists/*
RUN ln -s /usr/bin/python3 /usr/bin/python
Expand Down

0 comments on commit 8dad1e6

Please sign in to comment.