From 2e1c57f67b317e17d474cc58c731ed72b28b0e0c Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 4 Oct 2023 11:29:27 -0700 Subject: [PATCH] Install dunamai into ci-wheel images (#78) --- ci-wheel.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-wheel.Dockerfile b/ci-wheel.Dockerfile index f48b508..b276e76 100644 --- a/ci-wheel.Dockerfile +++ b/ci-wheel.Dockerfile @@ -125,7 +125,7 @@ RUN case "${LINUX_VER}" in \ ;; \ esac -RUN pyenv global ${PYTHON_VER} && python -m pip install auditwheel patchelf twine rapids-dependency-file-generator && pyenv rehash +RUN pyenv global ${PYTHON_VER} && python -m pip install auditwheel patchelf twine rapids-dependency-file-generator dunamai && pyenv rehash # Install latest gha-tools RUN wget https://github.com/rapidsai/gha-tools/releases/latest/download/tools.tar.gz -O - | tar -xz -C /usr/local/bin