mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-30 00:00:26 +08:00
fix amd dockerfile
This commit is contained in:
parent
5ec11ed92b
commit
5f77a57d33
@ -21,11 +21,6 @@ RUN apt-get update && \
|
|||||||
apt-get purge -y --auto-remove tzdata && \
|
apt-get purge -y --auto-remove tzdata && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
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"
|
RUN uv pip install --overrides=numpy-override.txt "comfyui[attention,comfyui_manager]@git+https://github.com/hiddenswitch/ComfyUI.git"
|
||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user