fix: update to python 3.12.
Some checks failed
Build and Push Images / determine-version (push) Successful in 4s
Build and Push Images / build (Dockerfile.ray-worker-nvidia, nvidia) (push) Failing after 21s
Build and Push Images / build (Dockerfile.ray-worker-intel, intel) (push) Failing after 23s
Build and Push Images / build (Dockerfile.ray-worker-strixhalo, strixhalo) (push) Failing after 19s
Build and Push Images / build (Dockerfile.ray-worker-rdna2, rdna2) (push) Failing after 23s
Build and Push Images / Release (push) Has been skipped
Build and Push Images / Notify (push) Successful in 1s

This commit is contained in:
2026-02-09 08:52:32 -05:00
parent 64585dac7e
commit 6aad7ad38a
4 changed files with 21 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
# docker build -t git.daviestechlabs.io/daviestechlabs/ray-worker-intel:latest \
# -f dockerfiles/Dockerfile.ray-worker-intel .
FROM docker.io/rayproject/ray:2.53.0-py311
FROM docker.io/rayproject/ray:2.53.0-py312
# OCI Image Spec labels
LABEL org.opencontainers.image.title="Ray Worker - Intel GPU"