Hi,
sudo podman run --rm --gpus 2 -v /mnt/shared/gpfs/home/seliny2/miniconda3/:/root/orion/miniconda -it docker://fotstrt/orion-ae:v1 bash
In the shipped container, I'm receiving empty libnvidia-ml.so library errors after above run command. I can locate the lib files under /usr/lib/x86_64-linux-gnu. However, they are old compared to my bare metal's. Possibly for this reason, even after I mount my own library files into the container, I continue receiving relevant errors from pynvml package (re-installing pynvml won't help). In that case error becomes "pynvml.NVMLError_DriverNotLoaded: Driver Not Loaded".
What's solution for this?
Best,
Selin
Hi,
sudo podman run --rm --gpus 2 -v /mnt/shared/gpfs/home/seliny2/miniconda3/:/root/orion/miniconda -it docker://fotstrt/orion-ae:v1 bash
In the shipped container, I'm receiving empty libnvidia-ml.so library errors after above run command. I can locate the lib files under /usr/lib/x86_64-linux-gnu. However, they are old compared to my bare metal's. Possibly for this reason, even after I mount my own library files into the container, I continue receiving relevant errors from pynvml package (re-installing pynvml won't help). In that case error becomes "pynvml.NVMLError_DriverNotLoaded: Driver Not Loaded".
What's solution for this?
Best,
Selin