From 207b64dc4cbafa57ee03ed1d9715362fa86a3692 Mon Sep 17 00:00:00 2001 From: clsferguson <48876201+clsferguson@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:33:02 -0600 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 52029f3e3..db3e70dbf 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -262,13 +262,6 @@ python -m pip --version >/dev/null 2>&1 || python -m ensurepip --upgrade >/dev/n python -m pip --version >/dev/null 2>&1 || log "WARNING: pip still not available after ensurepip" # Ensure ComfyUI-Manager minimal Python deps - - - - - - - python - <<'PY' || python -m pip install --no-cache-dir --user toml || true import sys try: @@ -321,7 +314,7 @@ else fi # --- Ensure ONNX Runtime has CUDA provider (GPU) --- -python - <<'PY' || { +python - <<'PY' || import sys try: import onnxruntime as ort