Files
ray/python/ray/projects/templates/project_template.yaml
T
2019-12-14 22:43:06 -08:00

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"