Fix builder
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user