We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2a7e2 commit 097f1b3Copy full SHA for 097f1b3
buildbot/mlir-nvidia/Dockerfile
@@ -48,10 +48,6 @@ RUN apt-get update \
48
# https://github.com/pypa/manylinux
49
RUN python3 -m pip install --upgrade pip==23.1.2
50
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
-
55
# Ubuntu ships with old cmake version, install the latest one
56
# from https://apt.kitware.com/
57
RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null \
0 commit comments