Skip to content

Commit

Permalink
remove ucx from wheel images
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 28, 2024
1 parent e83a9f8 commit 6105241
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
25 changes: 0 additions & 25 deletions ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,31 +133,6 @@ EOF
# Set AUDITWHEEL_* env vars for use with auditwheel
ENV AUDITWHEEL_POLICY=${POLICY} AUDITWHEEL_ARCH=${REAL_ARCH} AUDITWHEEL_PLAT=${POLICY}_${REAL_ARCH}


# Install ucx
ARG UCX_VER=notset
RUN <<EOF
mkdir -p /ucx-src
cd /ucx-src
git clone https://github.com/openucx/ucx -b v${UCX_VER} ucx-git-repo
cd ucx-git-repo
./autogen.sh
./contrib/configure-release \
--prefix=/usr \
--enable-mt \
--enable-cma \
--enable-numa \
--with-gnu-ld \
--with-sysroot \
--without-verbs \
--without-rdmacm \
--with-cuda=/usr/local/cuda
CPPFLAGS=-I/usr/local/cuda/include make -j
make install
cd /
rm -rf /ucx-src/
EOF

# Install pyenv
RUN curl https://pyenv.run | bash

Expand Down
2 changes: 0 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ GH_CLI_VER: 2.51.0
CODECOV_VER: 0.7.1
# renovate: datasource=docker depName=mikefarah/yq versioning=docker
YQ_VER: 4.44.2
# renovate: datasource=github-releases depName=openucx/ucx
UCX_VER: 1.15.0
# renovate: datasource=docker depName=amazon/aws-cli versioning=docker
AWS_CLI_VER: 2.17.2

0 comments on commit 6105241

Please sign in to comment.