When following the instructions during testing we hit this, it happen for both cuda12 and cuda13
docker run --gpus all --rm -it --shm-size=1g --ulimit memlock=-1 -p 8888:8888 -p 8787:8787 -p 8786:8786 rapidsai/notebooks:26.06a-cuda12-py3.13
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed:
unable to start container process: error during container init: failed to fulfil mount request: open /usr/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1.1.13: no such file or directory
When following the instructions during testing we hit this, it happen for both
cuda12andcuda13