Skip to content

Commit

Permalink
Add nanobind to mlir-nvidia Dockerfile (llvm#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Dec 5, 2024
1 parent 0f057bd commit 7424d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildbot/mlir-nvidia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ RUN apt-get update \
# https://github.com/pypa/manylinux
RUN python3 -m pip install --upgrade pip==23.1.2

# Refer to mlir/lib/Bindings/Python/requirements.txt. Listed explicitly here
# and version pinned for consistency as this is a bot.
RUN python3 -m pip install numpy==1.24.3 pybind11==2.10.4 PyYAML==5.3.1

# Ubuntu ships with old cmake version, install the latest one
# from https://apt.kitware.com/
RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null \
Expand Down
2 changes: 2 additions & 0 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,7 @@
llvm_srcdir="llvm.src",
obj_dir="llvm.obj",
clean=True,
install_pip_requirements=True,
targets = ['check-mlir-build-only'],
checks = ['check-mlir'],
depends_on_projects=['llvm','mlir'],
Expand All @@ -1500,6 +1501,7 @@
llvm_srcdir="llvm.src",
obj_dir="llvm.obj",
clean=True,
install_pip_requirements=True,
targets = ['check-mlir-build-only'],
checks = ['check-mlir'],
depends_on_projects=['llvm','mlir'],
Expand Down

0 comments on commit 7424d71

Please sign in to comment.