mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 10:51:25 +08:00
23 lines
583 B
YAML
23 lines
583 B
YAML
# This file is generated by `ray project create`.
|
|
|
|
name: {{name}}
|
|
|
|
# description: A short description of the project.
|
|
# The URL of the repo this project is part of.
|
|
{{repo_string}}
|
|
|
|
cluster:
|
|
config: {{cluster}}
|
|
|
|
environment:
|
|
# dockerfile: The dockerfile to be built and ran the commands with.
|
|
# dockerimage: The docker image to be used to run the project in, e.g. ubuntu:18.04.
|
|
requirements: {{requirements}}
|
|
|
|
shell: # Shell commands to be ran for environment setup.
|
|
- echo "Setting up the environment"
|
|
|
|
commands:
|
|
- name: default
|
|
command: echo "Starting ray job"
|