# This file is generated by `ray project create`. name: git-repo-pass # description: A short description of the project. repo: https://github.com/ray-project/not-exist cluster: config: ray-project/cluster.yaml 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:22.04. requirements: ray-project/requirements.txt shell: # Shell commands to be ran for environment setup. - echo "Setting up the environment" commands: - name: default command: echo "Starting ray job"