mo fixes.
Some checks failed
Build and Push Images / determine-version (push) Successful in 6s
Build and Push Images / Release (push) Has been cancelled
Build and Push Images / Notify (push) Has been cancelled
Build and Push Images / build (Dockerfile.ray-worker-strixhalo, strixhalo) (push) Has been cancelled
Build and Push Images / build (Dockerfile.ray-worker-nvidia, nvidia) (push) Failing after 49s
Build and Push Images / build (Dockerfile.ray-worker-intel, intel) (push) Failing after 1m25s
Build and Push Images / build (Dockerfile.ray-worker-rdna2, rdna2) (push) Has been cancelled
Some checks failed
Build and Push Images / determine-version (push) Successful in 6s
Build and Push Images / Release (push) Has been cancelled
Build and Push Images / Notify (push) Has been cancelled
Build and Push Images / build (Dockerfile.ray-worker-strixhalo, strixhalo) (push) Has been cancelled
Build and Push Images / build (Dockerfile.ray-worker-nvidia, nvidia) (push) Failing after 49s
Build and Push Images / build (Dockerfile.ray-worker-intel, intel) (push) Failing after 1m25s
Build and Push Images / build (Dockerfile.ray-worker-rdna2, rdna2) (push) Has been cancelled
This commit is contained in:
@@ -130,7 +130,7 @@ def _apply_patch() -> None:
|
|||||||
import torch
|
import torch
|
||||||
if not hasattr(torch, "cuda") or not torch.cuda.is_available():
|
if not hasattr(torch, "cuda") or not torch.cuda.is_available():
|
||||||
return
|
return
|
||||||
except ImportError:
|
except (ImportError, OSError):
|
||||||
return
|
return
|
||||||
finally:
|
finally:
|
||||||
# CRITICAL: Clear the guard so child processes (vLLM EngineCore
|
# CRITICAL: Clear the guard so child processes (vLLM EngineCore
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|||||||
libdrm2 \
|
libdrm2 \
|
||||||
libdrm-amdgpu1 \
|
libdrm-amdgpu1 \
|
||||||
kmod \
|
kmod \
|
||||||
|
libopenmpi3 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install uv for fast Python package management (ADR-0014)
|
# Install uv for fast Python package management (ADR-0014)
|
||||||
|
|||||||
Reference in New Issue
Block a user