From e51d04a9c9830f03de5bf535f80c4192f8ad0d21 Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 24 Nov 2025 00:43:27 -0500 Subject: [PATCH] Documentation on script --- comfyui-build/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/comfyui-build/docker-entrypoint.sh b/comfyui-build/docker-entrypoint.sh index e0282c3..f08727a 100644 --- a/comfyui-build/docker-entrypoint.sh +++ b/comfyui-build/docker-entrypoint.sh @@ -111,6 +111,7 @@ pip install -r requirements.txt #pip install onnxruntime-rocm # Set up ROCm library path +#echo "Setting up ROCm library path..." #export PYTHONPATH=/opt/rocm/lib:$PYTHONPATH cd custom_nodes