overhaul image builds.
Some checks failed
Build and Push Images / determine-version (push) Successful in 5s
Build and Push Images / build-nvidia (push) Failing after 21s
Build and Push Images / build-rdna2 (push) Failing after 21s
Build and Push Images / build-strixhalo (push) Failing after 12s
Build and Push Images / build-intel (push) Failing after 19s
Build and Push Images / Release (push) Has been skipped
Build and Push Images / Notify (push) Successful in 1s
Some checks failed
Build and Push Images / determine-version (push) Successful in 5s
Build and Push Images / build-nvidia (push) Failing after 21s
Build and Push Images / build-rdna2 (push) Failing after 21s
Build and Push Images / build-strixhalo (push) Failing after 12s
Build and Push Images / build-intel (push) Failing after 19s
Build and Push Images / Release (push) Has been skipped
Build and Push Images / Notify (push) Successful in 1s
This commit is contained in:
@@ -25,8 +25,8 @@ LABEL ray.version="2.53.0"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Copy ROCm stack from vendor image (single COPY layer)
|
||||
COPY --from=rocm-source /opt/rocm /opt/rocm
|
||||
# Copy ROCm stack from vendor image (--link makes this layer independent for better caching)
|
||||
COPY --link --from=rocm-source /opt/rocm /opt/rocm
|
||||
|
||||
# ROCm environment variables - split to ensure ROCM_HOME is set first
|
||||
ENV ROCM_HOME=/opt/rocm
|
||||
|
||||
Reference in New Issue
Block a user