docker: adjust expose
This commit is contained in:
parent
f2ab2a0e23
commit
aba79bdcf7
|
@ -74,13 +74,8 @@ RUN rm skipcache
|
||||||
|
|
||||||
ENV SHELL="/bin/bash"
|
ENV SHELL="/bin/bash"
|
||||||
|
|
||||||
# SSH
|
# Expose Jupyter. We don't need to expose
|
||||||
EXPOSE 22
|
# VLLM or SSH since rathole will tunnel those.
|
||||||
|
|
||||||
# VLLM
|
|
||||||
EXPOSE 7000
|
|
||||||
|
|
||||||
# Jupyter
|
|
||||||
EXPOSE 8888
|
EXPOSE 8888
|
||||||
|
|
||||||
CMD /app/start.sh
|
CMD /app/start.sh
|
||||||
|
|
Reference in New Issue