Git Product home page Git Product logo

Comments (5)

gemfield avatar gemfield commented on August 29, 2024

重启下宿主机试试?

from mlab.

MHGL avatar MHGL commented on August 29, 2024

ENV

  • 显卡型号: GeForce GTX 1650
  • 驱动版本: Driver Version: 460.39
  • CUDA版本: CUDA Version: 11.2
  • 系统: Ubuntu20.04

TEST

  • every work fine

from mlab.

gemfield avatar gemfield commented on August 29, 2024

这个问题已经查明,是因为nvidia最新版本的nvidia-container-toolkit软件包导致的:

gemfield@ai01:~$ dpkg -l | grep nvidia | grep container
ii  libnvidia-container-tools                 1.4.0-1                           amd64        NVIDIA container runtime library (command-line tools)
ii  libnvidia-container1:amd64                1.4.0-1                           amd64        NVIDIA container runtime library
ii  nvidia-container-runtime                  3.5.0-1                           amd64        NVIDIA container runtime
ii  nvidia-container-toolkit                  1.5.1-1                           amd64        NVIDIA container runtime hook

如果要成功运行2.0-pro版本,请确保nvidia驱动为460.xx或以上,以及nvidia-container-toolkit的版本为:

gemfield@ai01:~$ dpkg -l | grep container | grep nvidia
ii  libnvidia-container-tools                     1.3.0-1                                        amd64        NVIDIA container runtime library (command-line tools)
ii  libnvidia-container1:amd64                    1.3.0-1                                        amd64        NVIDIA container runtime library
ii  nvidia-container-runtime                      3.4.0-1                                        amd64        NVIDIA container runtime
ii  nvidia-container-toolkit                      1.3.0-1                                        amd64        NVIDIA container runtime hook

from mlab.

gemfield avatar gemfield commented on August 29, 2024

解决方案依赖这个问题:NVIDIA/nvidia-container-toolkit#291

from mlab.

gemfield avatar gemfield commented on August 29, 2024

作为临时解决方案,在homepod:2.0-pro的Dockerfile中,添加了:

RUN apt purge -y cuda-compat-11-2

from mlab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.