rapidsai / docker

Dockerfile templates for creating RAPIDS Docker Images
Apache License 2.0
69 stars 52 forks source link

Forward-merge branch-24.02 to branch-24.04 #637

Closed jakirkham closed 6 months ago

jakirkham commented 6 months ago

Had tried to fix this yesterday with PR ( https://github.com/rapidsai/docker/pull/636 ), but that was squashed merged. Adding a new forward merger PR so this can be merged in a commit instead

jakirkham commented 6 months ago

Seeing some CI failures with cuSpatial, which should be fixed by PR: https://github.com/rapidsai/cuspatial/pull/1350

Going to try restarting CI

jakirkham commented 6 months ago

Seeing the following error on CI

#11 28.02 Looking for: ['rapids=24.04', 'dask-sql=2024.1', 'python=3.9', 'cuda-version=12.0', 'ipython']
#11 28.02 
#11 28.02 Could not solve for environment specs
#11 28.02 The following packages are incompatible
#11 28.02 ├─ python 3.9**  is requested and can be installed;
#11 28.02 └─ truststore is not installable because it requires
#11 28.02    └─ python >=3.10  but there are no viable options
#11 28.02       ├─ python [3.10.0|3.10.1|...|3.12.2] conflicts with any installable versions previously reported;
#11 28.02       └─ python 3.12.0rc3 would require
#11 28.02          └─ _python_rc, which does not exist (perhaps a missing channel).

Edit: Looks similar to issue ( https://github.com/conda-forge/miniforge/issues/545 )

Edit 2: Seeing the same issue in miniforge-cuda's CI builds

jakirkham commented 6 months ago

Have reproduced this in the miniforge-cuda builds: https://github.com/rapidsai/miniforge-cuda/pull/60#issuecomment-1980062518

jakirkham commented 6 months ago

Rerunning CI now that PR ( https://github.com/rapidsai/miniforge-cuda/pull/54 ) is merged