mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Fix project templates in wheel (#5714)
This commit is contained in:
parent
e4e1a57ca5
commit
b1aadd863b
1 changed files with 3 additions and 0 deletions
|
@ -803,6 +803,9 @@ filegroup(
|
||||||
"python/ray/internal/*.py",
|
"python/ray/internal/*.py",
|
||||||
"python/ray/projects/*.py",
|
"python/ray/projects/*.py",
|
||||||
"python/ray/projects/schema.json",
|
"python/ray/projects/schema.json",
|
||||||
|
"python/ray/projects/template/cluster_template.yaml",
|
||||||
|
"python/ray/projects/template/project_template.yaml",
|
||||||
|
"python/ray/projects/template/requirements.txt",
|
||||||
"python/ray/workers/default_worker.py",
|
"python/ray/workers/default_worker.py",
|
||||||
]),
|
]),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue