From 1a412c4f528691e19406e071b4af2157e80a94b8 Mon Sep 17 00:00:00 2001 From: YAN Wenkun Date: Tue, 26 Mar 2024 01:58:03 +0800 Subject: [PATCH] 'dev' fix workdir --- docs/Dockerfile-dev | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Dockerfile-dev b/docs/Dockerfile-dev index 4fe6494..f87aabb 100644 --- a/docs/Dockerfile-dev +++ b/docs/Dockerfile-dev @@ -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/