diff --git a/docker/Dockerfile_chatbot b/docker/Dockerfile_chatbot index 3bdb8cf9e05..2908acf8b69 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 \# https://ubuntu.com/security/CVE-2024-6387 && apt clean \ && rm -rf /var/lib/apt/lists/* RUN ln -s /usr/bin/python3 /usr/bin/python