mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* 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'
9 lines
203 B
Text
9 lines
203 B
Text
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()
|