Skip to content

Commit

Permalink
Add nanobind to mlir-nvidia Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Dec 3, 2024
1 parent fab27e2 commit 8b2a7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/mlir-nvidia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 8b2a7e2

Please sign in to comment.