Skip to content

harleylara/jetson-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVIDIA Jetson - Workshop HSRW

WIP...

Set NVIDIA Container Runtime for Docker

in the file /etc/docker/daemon.json add "default-runtime": "nvidia":

{
    "runtimes": {
        "nvidia": {
            "path": "nvidia-container-runtime",
            "runtimeArgs": []
        }
    },

    "default-runtime": "nvidia"
}

You will then want to restart the Docker service or reboot your system before proceeding.

$ service docker restart

Build Docker Image

$ ./docker/build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published