Merge pull request #37 from Jhaaji/patch-2

EXPOSING PORT 7860
This commit is contained in:
HuiwenShi
2025-06-17 21:19:59 +08:00
committed by GitHub

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 && \