EXPOSING PORT 7860

Exposing port 760
This commit is contained in:
Jhaaji
2025-06-17 15:35:26 +05:30
committed by GitHub
parent 4d839736d9
commit 6002d079c6

View File

@@ -99,6 +99,9 @@ RUN apt-get install -y libxi6 libgconf-2-4 libxkbcommon-x11-0 libsm6 libxext6 li
RUN echo "conda activate hunyuan3d21" >> ~/.bashrc
SHELL ["/bin/bash", "--login", "-c"]
#exposing 7860 port
EXPOSE 7860
# Cleanup
RUN rm -f /workspace/*.zip && \
apt-get clean && \