Rename .rayproject to ray-project (#6278)

This commit is contained in:
Philipp Moritz
2019-12-05 16:15:42 -08:00
committed by GitHub
parent 17103376c5
commit dd27bfbb75
50 changed files with 39 additions and 39 deletions
@@ -6,10 +6,10 @@ description: "A simple parameter server example implemented with ray actors"
tags: ["ray-example", "parameter-server", "machine-learning"]
documentation: https://ray.readthedocs.io/en/latest/auto_examples/plot_parameter_server.html
cluster: .rayproject/cluster.yaml
cluster: ray-project/cluster.yaml
environment:
requirements: .rayproject/requirements.txt
requirements: ray-project/requirements.txt
commands:
- name: run-sync