lipku / metahuman-stream

Real time interactive streaming digital human
https://zhuanlan.zhihu.com/p/675131165
MIT License
1.02k stars 232 forks source link

Win10, Docker安装报错 #81

Open mkygogo opened 2 months ago

mkygogo commented 2 months ago

错误信息如下

Digest: sha256:7ea98f14222a8ac4d120dc6e711f44c4b93958220106b4fa6fc4c9f51b7397b6 Status: Downloaded newer image for registry.cn-hangzhou.aliyuncs.com/lipku/nerfstream:v1.3 docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy' nvidia-container-cli: mount error: file creation failed: /var/lib/docker/overlay2/980afb52b7198e58fbf9adfb54ffff4f826429da2571cc4ac23ba3f5e8678fd4/merged/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1: file exists: unknown.

jt-z commented 2 months ago

你能把你安装docker的步骤描述一下吗,以及一些更详细的相关信息?

mkygogo commented 2 months ago

就是按照readme里的命令安装,没做其他修改 PS G:\AI\2DMetahuman> docker run --gpus all -it --network=host --rm registry.cn-hangzhou.aliyuncs.com/lipku/nerfstream:v1.3 Unable to find image 'registry.cn-hangzhou.aliyuncs.com/lipku/nerfstream:v1.3' locally v1.3: Pulling from lipku/nerfstream 96d54c3075c9: Pull complete a3d20efe6db8: Pull complete e292555d422b: Pull complete e8ad5af7079c: Pull complete dae9d86d2858: Pull complete 18fbb613f402: Pull complete 603b93153fa7: Pull complete 1dea0acafbae: Pull complete c4c9938b3cd6: Pull complete be21d90151c2: Pull complete 3b52958b72d4: Pull complete c5e35265f73c: Pull complete cb509c0a1556: Pull complete 3100a83ed1e1: Pull complete e4728110d97b: Pull complete Digest: sha256:7ea98f14222a8ac4d120dc6e711f44c4b93958220106b4fa6fc4c9f51b7397b6 Status: Downloaded newer image for registry.cn-hangzhou.aliyuncs.com/lipku/nerfstream:v1.3 docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy' nvidia-container-cli: mount error: file creation failed: /var/lib/docker/overlay2/980afb52b7198e58fbf9adfb54ffff4f826429da2571cc4ac23ba3f5e8678fd4/merged/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1: file exists: unknown.

mkygogo commented 2 months ago

我看网上同样问题,貌似要在build镜像的时候删除libnvidia-ml.so.1,。我尝试重新build,但是也会报错