Skip to content

Commit

Permalink
try pinning libraft-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 1, 2024
1 parent 894c6f1 commit 9b0c398
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,13 @@ conda list --show-channel-urls

conda update --all --yes

# force newer fmt/spdlog into the environment... it's a direct dependency of mamba,
# and therefore updating it in the base environment needs to be explicitly requested
# TODO: remove this in 24.12
conda install -y -n base \
"fmt>=11.0.2,<12" \
"spdlog>=1.14.1,<1.15"

# Install RAPIDS
# TODO: remove the libraft-headers pin before merging (just adding that to test)
conda install -y -n base \
"rapids=${RAPIDS_VER}.*" \
"python=${PYTHON_VER}.*" \
"cuda-version=${CUDA_VER%.*}.*" \
"libraft-headers-only>=24.10.00a48" \
ipython
conda clean -afy
EOF
Expand Down

0 comments on commit 9b0c398

Please sign in to comment.