Skip to content

Commit

Permalink
'dev' drop nvcc-related compile-install
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Mar 25, 2024
1 parent 1a412c4 commit 497cca2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,16 @@ RUN --mount=type=cache,target=/root/.cache/pip \
compel lark torchdiffeq fairscale \
python-ffmpeg

# Additional step for ComfyUI-3D-Pack
# Deps for ComfyUI-3D-Pack.
# TODO: build wheel files elsewhere
RUN --mount=type=cache,target=/root/.cache/pip \
git clone --depth=1 --no-tags --recurse-submodules --shallow-submodules \
https://github.com/MrForExample/ComfyUI-3D-Pack.git \
/tmp/ComfyUI-3D-Pack \
&& cd /tmp/ComfyUI-3D-Pack \
&& pip install --break-system-packages \
-r /tmp/ComfyUI-3D-Pack/requirements_post.txt \
&& cd
pip install --break-system-packages \
git+https://github.com/ashawkey/diff-gaussian-rasterization \
git+https://github.com/NVlabs/nvdiffrast/ \
git+https://github.com/facebookresearch/pytorch3d.git@stable \
git+https://github.com/rusty1s/pytorch_scatter.git \
git+https://github.com/ashawkey/kiuikit.git \
git+https://github.com/tatsy/torchmcubes.git

# 1. Fix ONNX Runtime "missing CUDA provider". Also add support for CUDA 12.1.
# Ref: https://onnxruntime.ai/docs/install/
Expand Down

0 comments on commit 497cca2

Please sign in to comment.