docker
docker copied to clipboard
Dockerfile templates for creating RAPIDS Docker Images
I'd like to be able to start Dask using `python -m distributed.cli.dask_spec` like so: ```bash docker run rapidsai/base:24.04-cuda12.2-py3.9 python -m distributed.cli.dask_spec --spec [...] ``` But this gives me an error:...
Following https://github.com/rapidsai/docs/pull/526, we can remove CUDA 12.2 from the RAPIDS 24.10 Docker images.
**Describe the bug** 1. GPU device **not** found in running RapidsAI Docker container in WSL 2. `nvidia-smi` **can** see the device 2.1. in Windows 2.2. in WSL 2.3. from within...
Contributes to #667. Proposes adding some `container-canary` tests to check that changes to this project don't introduce user-facing regressions. ## Notes for Reviewers **this is not ready for review** Just...
These cuSpatial notebooks ran into some issues near the 24.08 release. We opted to skip them and work on fixes in 24.10. As those fixes are now landing, try adding...