Skip to content

Commit 097f1b3

Browse files
authored
Update Dockerfile
1 parent 8b2a7e2 commit 097f1b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-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 nanobind==2.2.0
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 \

0 commit comments

Comments
 (0)