(docker, nvidia-ctk) error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory
Summary The issue at hand is the failure to load shared libraries, specifically libcuda.so.1, when running a Docker container with the NVIDIA Container Toolkit (nvidia-ctk) on a remote server with Redhat 9.1. The container is set up to use an NVIDIA A100 GPU and is based on the nvidia/cuda:13.1.0-devel-ubuntu24.04 image. Despite setting environment variables such … Read more