Skip to content

Commit b593182

Browse files
authored
build: Add pybind11[global] to buildbase (#8703)
This change adds pybind11[global] to the pip install command to facilitate re/building of the PyTorch backend with Meta OpTree support. CI Pipeline ID: 46269936
1 parent da9028a commit b593182

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,8 @@ def create_dockerfile_buildbase(ddir, dockerfile_name, argmap):
11161116
docker \\
11171117
virtualenv \\
11181118
patchelf==0.17.2 \\
1119-
cmake==4.0.3
1119+
cmake==4.0.3 \\
1120+
pybind11[global]
11201121
"""
11211122

11221123
df += f"""

0 commit comments

Comments
 (0)