Fix builder
Docker Build and Release Upload / build-rocm (push) Failing after 1m1s
Docker Build and Release Upload / build-uvicorn (push) Has been cancelled
Docker Build and Release Upload / build-cuda (push) Has been cancelled

This commit is contained in:
2026-04-24 18:56:53 -07:00
parent feb21eb9a0
commit 6266b91c6d
-3
View File
@@ -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 \