Skip to content

Commit

Permalink
Simplify Ray startup
Browse files Browse the repository at this point in the history
  • Loading branch information
javiermtorres committed Jan 29, 2025
1 parent 34fd8ca commit f94d65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ services:
- /bin/bash
- -c
- |
set -eaux
ray start --head --dashboard-port=8265 --port=6379 --dashboard-host=0.0.0.0 --ray-client-server-port 10001
mkdir -p /tmp/ray/session_latest/runtime_resources/pip
rmdir /tmp/ray/session_latest/runtime_resources/pip/ && ln -s /tmp/ray_pip_cache /tmp/ray/session_latest/runtime_resources/pip
sleep infinity
shm_size: 2g
Expand Down

0 comments on commit f94d65d

Please sign in to comment.