Skip to content

Commit

Permalink
'dev' fix workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Mar 25, 2024
1 parent 51f7e93 commit 1a412c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ 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
-r /tmp/ComfyUI-3D-Pack/requirements_post.txt \
&& cd

# 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 1a412c4

Please sign in to comment.