Skip to content

Commit

Permalink
Install dunamai into ci-wheel images (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Oct 4, 2023
1 parent ffe0bf5 commit 2e1c57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e1c57f

Please sign in to comment.