Skip to content

Commit a17eb3d

Browse files
authored
docs: fix example of py_image_layer (#491)
It's named `binary` rather than `py_binary`
1 parent 082db55 commit a17eb3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/py_image_layer.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py/private/py_image_layer.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ py_binary(
2020
oci_image(
2121
tars = py_image_layer(
2222
name = "my_app",
23-
py_binary = ":my_app_bin",
23+
binary = ":my_app_bin",
2424
layer_groups = {
2525
"torch": "pip_deps_torch.*",
2626
"numpy": "pip_deps_numpy.*",

0 commit comments

Comments
 (0)