You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the CUDA Toolkit is fully supplied via Conda packages starting with CUDA 12.0, there is no need to depend on the nvidia/cuda images (except for CUDA 11.x)
Given this, it might make sense to change the FROM logic here to simply use the Linux distro image we would like for CUDA 12.x
Now that the CUDA Toolkit is fully supplied via Conda packages starting with CUDA 12.0, there is no need to depend on the
nvidia/cuda
images (except for CUDA 11.x)Given this, it might make sense to change the
FROM
logic here to simply use the Linux distro image we would like for CUDA 12.xhttps://github.com/rapidsai/miniforge-cuda/blob/0e20886991c4fcb178d73bd0f1cf3224d1b0e0a8/Dockerfile#L3
The CUDA 11.x case would still need the
nvidia/cuda
imagesThe text was updated successfully, but these errors were encountered: