Skip to content

Commit 0aaacba

Browse files
authored
Merge pull request #49 from mattjamo/main
Update Dockerfile - remove redundant download
2 parents 5e3ec6d + b82e75e commit 0aaacba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint/custom_rasterizer && \
7171
RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint/DifferentiableRenderer && \
7272
bash compile_mesh_painter.sh
7373

74-
RUN cd /workspace/Hunyuan3D-2.1 && \
75-
wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ckpt
76-
7774
# Create ckpt folder in hy3dpaint and download RealESRGAN model
7875
RUN cd /workspace/Hunyuan3D-2.1/hy3dpaint && \
7976
mkdir -p ckpt && \

0 commit comments

Comments
 (0)