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
运行了demo-nginx 分配显示正常,但是进容器执行npu-smi info
报错
npu-smi: error while loading shared libraries: libc_sec.so: cannot open shared object file: No such file or directory
操作系统:Ubuntu
架构:arm
k8s: v1.23.0
容器配置文件
{
"default-runtime": "ascend",
"insecure-registries": [
"0.0.0.0/0"
],
"registry-mirrors": [
"https://docker.m.daocloud.io",
"https://docker.rainbond.cc"
],
"runtimes": {
"ascend": {
"path": "/usr/local/Ascend/Ascend-Docker-Runtime/ascend-docker-runtime",
"runtimeArgs": []
}
hami版本:v2.4.0
运行了demo-nginx 分配显示正常,但是进容器执行npu-smi info
报错
npu-smi: error while loading shared libraries: libc_sec.so: cannot open shared object file: No such file or directory
demo-nginx.yaml
apiVersion: v1
kind: Pod
metadata:
name: gpu-pod
spec:
containers:
- name: ubuntu-container
image: nginx:1.22.1
command: ["bash", "-c", "sleep 86400"]
resources:
limits:
huawei.com/Ascend910B: 1 # requesting 1 Ascend
huawei.com/Ascend910B-memory: 2000 # requesting 2000m device memory
The text was updated successfully, but these errors were encountered: