Skip to content

Commit 199432b

Browse files
committed
Update tf dependency folder
1 parent 4779862 commit 199432b

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ bazel build build_pip_pkg
3131
bazel-bin/build_pip_pkg artifacts
3232
```
3333

34+
A package file artifacts/tensorflow_addons-*.whl will be generated after a build is successful.
35+
36+
3437
## Testing
3538
```
3639
# In docker

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("//tf:tf_configure.bzl", "tf_configure")
1+
load("//tf_dependency:tf_configure.bzl", "tf_configure")
22

33
tf_configure(
44
name = "local_config_tf",
File renamed without changes.
File renamed without changes.

tf/tf_configure.bzl renamed to tf_dependency/tf_configure.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def _tpl(repository_ctx, tpl, substitutions = {}, out = None):
88
out = tpl
99
repository_ctx.template(
1010
out,
11-
Label("//tf:%s.tpl" % tpl),
11+
Label("//tf_dependency:%s.tpl" % tpl),
1212
substitutions,
1313
)
1414

0 commit comments

Comments
 (0)