We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1db356 commit ebd1effCopy full SHA for ebd1eff
workspace.bzl
@@ -42,12 +42,12 @@ cc_library(
42
tensorflow_pip = repository_rule(
43
implementation = _tensorflow_pip_impl,
44
attrs = {
45
- "python_program": attr.string(default = "python"),
+ "python_program": attr.string(default = "python3"),
46
},
47
)
48
49
def tensorflow_compression_workspace():
50
tensorflow_pip(
51
name = "tensorflow_pip",
52
- python_program = "python",
+ python_program = "python3",
53
0 commit comments