docker: adjust expose
This commit is contained in:
parent
f2ab2a0e23
commit
aba79bdcf7
|
@ -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
|
||||
|
|
Reference in New Issue