rapidsai / docker

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

Remove dask-sql #684

Closed raydouglass closed 3 months ago

raydouglass commented 3 months ago

Since dask-sql does not have a lead maintainer, we are dropping it from our containers.

User who wish to continue using dask-sql in the containers can install it manually or use the EXTRA_CONDA_PACKAGES environment variable to install it on startup.

See: https://github.com/dask-contrib/dask-sql/issues/1344

raydouglass commented 3 months ago

The test failures are unrelated since I see the same ones in the nightly builds and cuspatial doesn't use dask-sql. I've asked the cuspatial team to take a look.

raydouglass commented 3 months ago

/merge