Jump to content

求助英伟达驱动问题


Go to solution Solved by JackieWu,

Recommended Posts

  • 1 year later...

解决方法如下:

首先,查看路径 /etc/docker中daemon.json文件存不存在

如果不存在,新建 daemon.json 文件。如果存在,则修改为如下内容:

Quote

{
    "registry-mirrors": ["你的加速仓库地址"],
    "runtimes": {
        "nvidia": {
            "path": "/usr/bin/nvidia-container-runtime",
            "runtimeArgs": []
         }    
    }
}


然后重启docker即可。

Link to comment
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...