Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Upgrade conda (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Apr 16, 2024
1 parent af40abc commit 0259fe4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ umask 002
# install expected Python version
mamba install -y -n base python="${PYTHON_VERSION}"
mamba update --all -y -n base
# TODO: remove pin after `conda env create --force` usage is removed across
# RAPIDS
mamba install -y "conda<24.3"
if [[ "$LINUX_VER" == "rockylinux"* ]]; then
yum install -y findutils
yum clean all
Expand Down

0 comments on commit 0259fe4

Please sign in to comment.