Update Dockerfile

This commit is contained in:
HuiwenShi
2025-07-02 14:45:29 +08:00
committed by GitHub
parent 70a0dc0183
commit e8262b085f

View File

@@ -53,8 +53,8 @@ RUN conda install -c conda-forge libstdcxx-ng -y
RUN pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
# Clone Hunyuan3D-2.1 repository clone with out api_server
RUN git clone https://github.com/perfectproducts/Hunyuan3D-2.1.git
# Clone Hunyuan3D-2.1 repository
RUN git clone https://github.com/Tencent-Hunyuan/Hunyuan3D-2.1.git
# Install Python dependencies from modified requirements.txt
RUN pip install -r Hunyuan3D-2.1/requirements.txt