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