Closed
1
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/cuda/nvvm/lib64'
cudf
のインポートに失敗する。
import cudf
File /usr/local/lib/python3.9/dist-packages/numba/misc/findlib.py:56, in find_file(pat, libdir)
54 files = []
55 for ldir in libdirs:
---> 56 entries = os.listdir(ldir)
57 candidates = [os.path.join(ldir, ent)
58 for ent in entries if pat.match(ent)]
59 files.extend([c for c in candidates if os.path.isfile(c)])
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/cuda/nvvm/lib64'
[1]
をベースイメージとしてRAPIDS+pip
[2]
でインストールした。
https://hub.docker.com/layers/nvidia/cuda/11.8.0-runtime-ubuntu20.04/images/sha256-05fa1678d809ef74903148c853d00628c678ac429302bd379f8bd21bab1ae72d
↩︎