added api_server

This commit is contained in:
SyncTwin GmbH
2025-06-20 08:03:08 +02:00
parent cd5d76900a
commit 48685b0d63
2 changed files with 478 additions and 2 deletions

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
RUN git clone https://github.com/Tencent-Hunyuan/Hunyuan3D-2.1.git
# Clone Hunyuan3D-2.1 repository clone with out api_server
RUN git clone https://github.com/perfectproducts/Hunyuan3D-2.1.git
# Install Python dependencies from modified requirements.txt
RUN pip install -r Hunyuan3D-2.1/requirements.txt