• Skip to primary navigation
  • Skip to content
  • Skip to footer
  • CV
  • Blog
  • Photos

    How to fix docker error, docker:Error response from daemon: Unknown runtime specified nvidia

    The error usually occurs when Nvidia driver is newly installed or docker/nvidia-docker is installed.

    August 12, 2018 less than 1 minute read

    Photo by Junyong Lee
    Junyong Lee

    Junyong Lee

    Ph.D. candidate at POSTECH

    • CV
    • Google Scholar
    • GitHub
    • LinkedIn
    • Twitter
    • Instagram
    • Email

    The error usually occurs when Nvidia driver is newly installed or docker/nvidia-docker is installed.

    Simply type:

    $ sudo service nividia-docker restart
    

    Tags: docker, ubuntu16.04

    Categories: docker, ubuntu

    Updated: August 12, 2018

    Share on

    Twitter Facebook LinkedIn
    Prev Next

    Leave a comment

    You may also enjoy

    Jump multiple remote hosts using ProxyCommand (SSH Tunneling)

    June 12, 2022 2 minute read

    This article introduces how to ssh-jump on a remote intermediate server(s) to ssh-connect into a target server with a single command.

    How to permanently add passphrase of private key to ssh-agent (macOS, Ubuntu, and Windows)

    May 10, 2022 5 minute read

    Even if we’ve set a passwordless ssh login environment using private and public keys, we still need to type in the passphrase for the private key when loggin...

    How to configure SSH without Passwords

    May 9, 2022 4 minute read

    This article introduces a secure private/public key-based SSH connection method to log into remote servers from a local machine. Here, we can think of the pu...

    • GitHub
    • LinkedIn
    • Feed
    © 2023 Junyong Lee.
    Powered by Jekyll & Minimal Mistakes.