Skip to content

Commit 7424d71

Browse files
authored
Add nanobind to mlir-nvidia Dockerfile (#327)
1 parent 0f057bd commit 7424d71

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

buildbot/mlir-nvidia/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ RUN apt-get update \
4848
# https://github.com/pypa/manylinux
4949
RUN python3 -m pip install --upgrade pip==23.1.2
5050

51-
# Refer to mlir/lib/Bindings/Python/requirements.txt. Listed explicitly here
52-
# and version pinned for consistency as this is a bot.
53-
RUN python3 -m pip install numpy==1.24.3 pybind11==2.10.4 PyYAML==5.3.1
54-
5551
# Ubuntu ships with old cmake version, install the latest one
5652
# from https://apt.kitware.com/
5753
RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null \

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,6 +1475,7 @@
14751475
llvm_srcdir="llvm.src",
14761476
obj_dir="llvm.obj",
14771477
clean=True,
1478+
install_pip_requirements=True,
14781479
targets = ['check-mlir-build-only'],
14791480
checks = ['check-mlir'],
14801481
depends_on_projects=['llvm','mlir'],
@@ -1500,6 +1501,7 @@
15001501
llvm_srcdir="llvm.src",
15011502
obj_dir="llvm.obj",
15021503
clean=True,
1504+
install_pip_requirements=True,
15031505
targets = ['check-mlir-build-only'],
15041506
checks = ['check-mlir'],
15051507
depends_on_projects=['llvm','mlir'],

0 commit comments

Comments
 (0)