mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:38:19 +08:00
c578be23a5
* Modifying WORKSPACE file, so that you can make the project used as a thirdparty * Modifying WORKSPACE file, so that you can make the project used as a thirdparty * add some files * modify some repositories * modify the name of 'ray_deps_build_all'
10 lines
203 B
Python
10 lines
203 B
Python
workspace(name = "com_github_ray_project_ray")
|
|
|
|
load("//bazel:ray_deps_setup.bzl", "ray_deps_setup")
|
|
|
|
ray_deps_setup()
|
|
|
|
load("//bazel:ray_deps_build_all.bzl", "ray_deps_build_all")
|
|
|
|
ray_deps_build_all()
|