From aba79bdcf73f31b2bbbfc39ec3b61656f4ad9494 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Sun, 15 Oct 2023 12:15:18 -0600 Subject: [PATCH] docker: adjust expose --- other/vllm/Docker/Dockerfile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/other/vllm/Docker/Dockerfile b/other/vllm/Docker/Dockerfile index 5e96dbf..c390107 100644 --- a/other/vllm/Docker/Dockerfile +++ b/other/vllm/Docker/Dockerfile @@ -74,13 +74,8 @@ RUN rm skipcache ENV SHELL="/bin/bash" -# SSH -EXPOSE 22 - -# VLLM -EXPOSE 7000 - -# Jupyter +# Expose Jupyter. We don't need to expose +# VLLM or SSH since rathole will tunnel those. EXPOSE 8888 CMD /app/start.sh