Files
2026-07-13 13:17:40 +08:00

25 lines
712 B
YAML

# This file is generated by `ray project create`.
name: invalid-config-fail
# description: A short description of the project.
# repo: The URL of the repo this project is part of.
cluster:
config: ray-project/cluster.yaml
environment:
# NOTE: The following is invalid because you can't have both dockerfile
# and dockerimage
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:22.04.
requirements: ray-project/requirements.txt
shell: # Shell commands to be ran for environment setup.
- echo "Setting up the environment"
commands:
- name: first-command
command: echo "Starting ray job"