Files
ray/python/ray/tests/project_files/session-tests/with-docker-fail/.rayproject/project.yaml
T

20 lines
492 B
YAML

# This file is generated by `ray project create`.
name: with-docker-fail
# description: A short description of the project.
# repo: The URL of the repo this project is part of.
cluster: .rayproject/cluster.yaml
environment:
# dockerfile: The dockerfile to be built and ran the commands with.
dockerimage: ubuntu:18.04
shell: # Shell commands to be ran for environment setup.
- echo "Setting up the environment"
commands:
- name: default
command: echo "Starting ray job"