mirror of
https://github.com/vale981/ray
synced 2025-03-04 09:31:43 -05:00
16 lines
478 B
YAML
16 lines
478 B
YAML
image:
|
|
file: .gitpod/Dockerfile
|
|
tasks:
|
|
- before: export PIP_CACHE_DIR=/workspace/ray/.pip-cache
|
|
prebuild: cd dashboard/client && npm install && npm run build && cd - && bazel build //:ray_pkg && cd python && pip install -e . && cd ../
|
|
github:
|
|
prebuilds:
|
|
master: true
|
|
branches: true
|
|
pullRequests: true
|
|
pullRequestsFromForks: true
|
|
# Let's keep them turn off for now
|
|
addCheck: false
|
|
addComment: false
|
|
addBadge: false
|
|
addLabel: false
|