From e8262b085f2ce2e220ad012d7f02fc7ce8400b9e Mon Sep 17 00:00:00 2001 From: HuiwenShi Date: Wed, 2 Jul 2025 14:45:29 +0800 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index eae206d..355fba8 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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