From 5f77a57d3356b1cb624d699d6d1354a9bef66316 Mon Sep 17 00:00:00 2001 From: doctorpangloss <@hiddenswitch.com> Date: Wed, 16 Jul 2025 14:31:22 -0700 Subject: [PATCH] fix amd dockerfile --- amd.Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/amd.Dockerfile b/amd.Dockerfile index 911d8213e..c79bed1a8 100644 --- a/amd.Dockerfile +++ b/amd.Dockerfile @@ -21,11 +21,6 @@ RUN apt-get update && \ apt-get purge -y --auto-remove tzdata && \ rm -rf /var/lib/apt/lists/* - -RUN uv pip uninstall --system $(pip list --format=freeze | grep opencv) && \ - rm -rf /usr/local/lib/python3.12/dist-packages/cv2/ && \ - uv pip install --no-build-isolation opencv-python-headless - RUN uv pip install --overrides=numpy-override.txt "comfyui[attention,comfyui_manager]@git+https://github.com/hiddenswitch/ComfyUI.git" WORKDIR /workspace