Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Dec 3, 2024
1 parent 8b2a7e2 commit 097f1b3
Showing 1 changed file with 0 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 nanobind==2.2.0

# 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

0 comments on commit 097f1b3

Please sign in to comment.