From ff388834eabf1c84d853f1d958ff06b91b797bb9 Mon Sep 17 00:00:00 2001 From: Tyler Titsworth Date: Mon, 8 Jul 2024 09:44:13 -0700 Subject: [PATCH 1/2] Update Dockerfile_chatbot Signed-off-by: Tyler Titsworth --- docker/Dockerfile_chatbot | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile_chatbot b/docker/Dockerfile_chatbot index 3bdb8cf9e05..f040df809d8 100644 --- a/docker/Dockerfile_chatbot +++ b/docker/Dockerfile_chatbot @@ -153,6 +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 \ && apt clean \ && rm -rf /var/lib/apt/lists/* RUN ln -s /usr/bin/python3 /usr/bin/python From 8dad1e64bc9a0a597cf27a650d47a6728f824ecb Mon Sep 17 00:00:00 2001 From: Tyler Titsworth Date: Mon, 8 Jul 2024 10:13:51 -0700 Subject: [PATCH 2/2] Update Dockerfile_chatbot Signed-off-by: Tyler Titsworth --- docker/Dockerfile_chatbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile_chatbot b/docker/Dockerfile_chatbot index f040df809d8..2908acf8b69 100644 --- a/docker/Dockerfile_chatbot +++ b/docker/Dockerfile_chatbot @@ -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