diff --git a/dockerfiles/Dockerfile.ray-worker-intel b/dockerfiles/Dockerfile.ray-worker-intel index 7ed6df9..2afb4b1 100644 --- a/dockerfiles/Dockerfile.ray-worker-intel +++ b/dockerfiles/Dockerfile.ray-worker-intel @@ -6,7 +6,7 @@ # docker build -t git.daviestechlabs.io/daviestechlabs/ray-worker-intel:latest \ # -f dockerfiles/Dockerfile.ray-worker-intel . -FROM rayproject/ray:2.53.0-py311 +FROM docker.io/rayproject/ray:2.53.0-py311 # OCI Image Spec labels LABEL org.opencontainers.image.title="Ray Worker - Intel GPU" diff --git a/dockerfiles/Dockerfile.ray-worker-nvidia b/dockerfiles/Dockerfile.ray-worker-nvidia index 6bce2c0..8cc61c7 100644 --- a/dockerfiles/Dockerfile.ray-worker-nvidia +++ b/dockerfiles/Dockerfile.ray-worker-nvidia @@ -6,7 +6,7 @@ # docker build -t git.daviestechlabs.io/daviestechlabs/ray-worker-nvidia:latest \ # -f dockerfiles/Dockerfile.ray-worker-nvidia . -FROM rayproject/ray:2.53.0-py311-cu121 +FROM docker.io/rayproject/ray:2.53.0-py311-cu121 # OCI Image Spec labels LABEL org.opencontainers.image.title="Ray Worker - NVIDIA GPU" diff --git a/dockerfiles/Dockerfile.ray-worker-rdna2 b/dockerfiles/Dockerfile.ray-worker-rdna2 index fd90d4f..09bca81 100644 --- a/dockerfiles/Dockerfile.ray-worker-rdna2 +++ b/dockerfiles/Dockerfile.ray-worker-rdna2 @@ -12,7 +12,7 @@ FROM docker.io/rocm/pytorch:rocm6.4.4_ubuntu22.04_py3.10_pytorch_release_2.7.1 AS rocm-source # Stage 2: Production image -FROM rayproject/ray:2.53.0-py311 AS production +FROM docker.io/rayproject/ray:2.53.0-py311 AS production # OCI Image Spec labels LABEL org.opencontainers.image.title="Ray Worker - AMD RDNA 2" diff --git a/dockerfiles/Dockerfile.ray-worker-strixhalo b/dockerfiles/Dockerfile.ray-worker-strixhalo index 8a18695..107e42f 100644 --- a/dockerfiles/Dockerfile.ray-worker-strixhalo +++ b/dockerfiles/Dockerfile.ray-worker-strixhalo @@ -13,7 +13,7 @@ FROM docker.io/rocm/pytorch:rocm7.1_ubuntu24.04_py3.12_pytorch_release_2.9.1 AS rocm-source # Stage 2: Production image -FROM rayproject/ray:2.53.0-py311 AS production +FROM docker.io/rayproject/ray:2.53.0-py311 AS production # OCI Image Spec labels LABEL org.opencontainers.image.title="Ray Worker - AMD Strix Halo"