From b82e75ec6f09217cae34dfffa627d0393ebd9813 Mon Sep 17 00:00:00 2001 From: Matt O'Brien Date: Sat, 21 Jun 2025 12:06:14 -0400 Subject: [PATCH] Update Dockerfile Remove redundant download --- docker/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index c98cd71..3bf2eec 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -71,9 +71,6 @@ RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint/custom_rasterizer && \ RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint/DifferentiableRenderer && \ bash compile_mesh_painter.sh -RUN cd /workspace/Hunyuan3D-2.1 && \ - wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ckpt - # Create ckpt folder in hy3dpaint and download RealESRGAN model RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint && \ mkdir -p ckpt && \