Skip to content

Commit

Permalink
force-update fmt and spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 30, 2024
1 parent 4501d4f commit 5e0e3d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ conda info
conda config --show-sources
conda list --show-channel-urls

# 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
conda install -y -n base \
"rapids=${RAPIDS_VER}.*" \
Expand Down

0 comments on commit 5e0e3d7

Please sign in to comment.