nvidia-docker : Unknown runtime specified nvidia

后端 未结 4 1916
借酒劲吻你
借酒劲吻你 2021-01-02 05:00

I tried to install the nvidia-docker after installing docker-ce. I followed this : https://github.com/NVIDIA/nvidia-docker to install nvidia-docker. It seems to have install

4条回答
  •  没有蜡笔的小新
    2021-01-02 05:28

    It seems you may need to purge docker and reinstall it as in the post: github issues

    sudo apt remove docker-ce
    sudo apt autoremove
    sudo apt-get install docker-ce=5:18.09.0~3-0~ubuntu-bionic
    sudo apt install nvidia-docker2
    

提交回复
热议问题