From 097f1b3b7b21ef3a0633ab393b4d123d9a40d7c1 Mon Sep 17 00:00:00 2001 From: Maksim Levental Date: Tue, 3 Dec 2024 11:43:10 -0800 Subject: [PATCH] Update Dockerfile --- buildbot/mlir-nvidia/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/buildbot/mlir-nvidia/Dockerfile b/buildbot/mlir-nvidia/Dockerfile index a1c52b171..dcb1eb3d4 100644 --- a/buildbot/mlir-nvidia/Dockerfile +++ b/buildbot/mlir-nvidia/Dockerfile @@ -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 \