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
Fix numba-cuda CPU import crash: install only on GPU image
numba-cuda v0.30.0 depends on cuda-bindings which requires libcudart.so
at import time. This crashes on the CPU image where no CUDA runtime is
installed. Move numba-cuda install into the GPU-only section while
keeping the numba upgrade for both CPU and GPU.
b/485275559
0 commit comments