From 8b2a7e22b44e0f406c5d570fdaff2b7dd99ffe35 Mon Sep 17 00:00:00 2001 From: Maksim Levental Date: Tue, 3 Dec 2024 09:31:13 -0800 Subject: [PATCH] Add `nanobind` to `mlir-nvidia` Dockerfile To support https://github.com/llvm/llvm-project/pull/117922 --- buildbot/mlir-nvidia/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/mlir-nvidia/Dockerfile b/buildbot/mlir-nvidia/Dockerfile index 5c8458079..a1c52b171 100644 --- a/buildbot/mlir-nvidia/Dockerfile +++ b/buildbot/mlir-nvidia/Dockerfile @@ -50,7 +50,7 @@ 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 +RUN python3 -m pip install numpy==1.24.3 pybind11==2.10.4 PyYAML==5.3.1 nanobind==2.2.0 # Ubuntu ships with old cmake version, install the latest one # from https://apt.kitware.com/