Skip to content

Commit 7c79a9f

Browse files
committed
fix: add workaround for UV 0.10.5 stripping execute bits from Ray binaries
- Introduced an environment variable `UV_LINK_MODE` set to `copy` for the `ray-node` container in the skypilot-config.yaml to address issues with Ray binaries in UV 0.10.5.
1 parent 078990e commit 7c79a9f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

skypilot-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,3 +400,9 @@ config:
400400
pod_config:
401401
spec:
402402
schedulerName: gpu-binpack
403+
# Work around uv 0.10.5 stripping execute bits from Ray binaries.
404+
containers:
405+
- name: ray-node
406+
env:
407+
- name: UV_LINK_MODE
408+
value: copy

0 commit comments

Comments
 (0)