diff --git a/comfyui-rocm-dockerfile b/comfyui-rocm-dockerfile index 24e81eb..4081dae 100644 --- a/comfyui-rocm-dockerfile +++ b/comfyui-rocm-dockerfile @@ -5,9 +5,6 @@ FROM ubuntu:26.04 ENV PIP_BREAK_SYSTEM_PACKAGES=1 ENV PYTHONUNBUFFERED=1 -# Copy compiled ROCm from builder -COPY --from=builder /opt/rocm /opt/rocm - RUN apt update -y && apt install -y --no-install-recommends \ rocm-dev \ rocm-libs \