Update neuron runtime BUILD.bazel to use Bazel manual tag and S3 cache integration.
This commit is contained in:
parent
dd52e988b4
commit
9ef838be25
@ -34,7 +34,7 @@ pip_compile(
|
|||||||
requirements_in = "requirements.in",
|
requirements_in = "requirements.in",
|
||||||
requirements_txt = "requirements.lock.txt",
|
requirements_txt = "requirements.lock.txt",
|
||||||
tags = [
|
tags = [
|
||||||
"no_ci",
|
"manual",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ compile_pip_requirements(
|
|||||||
py_binary = py_binary_with_script,
|
py_binary = py_binary_with_script,
|
||||||
requirements_txt = "requirements.lock.txt",
|
requirements_txt = "requirements.lock.txt",
|
||||||
tags = [
|
tags = [
|
||||||
"no_ci",
|
"manual",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user