Skip to content

Commit

Permalink
set RAPIDS_LIBUCX_PREFER_SYSTEM_LIBRARY=true in pip devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 27, 2024
1 parent 9246bcf commit 6609d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt update -y \
FROM ${BASE} as conda-base

ENV DEFAULT_CONDA_ENV=rapids
ENV RAPIDS_LIBUCX_PREFER_SYSTEM_LIBRARY=true

FROM ${PYTHON_PACKAGE_MANAGER}-base

Expand Down

0 comments on commit 6609d3c

Please sign in to comment.