在docker内安装cuda11.1时报如下错:
./cuda-installer: error while loading shared libraries: libxml2.so.2: cannot open shared object file
解决方法:
#更新源
apt update
#安装libxml2插件
apt -y install libxml2
2024年12月20日小于 1 分钟
./cuda-installer: error while loading shared libraries: libxml2.so.2: cannot open shared object file
#更新源
apt update
#安装libxml2插件
apt -y install libxml2