Skip to content

Tony607/jetson_nvidia_dockers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jetson Nvidia dockers

Tutorial - How to run Keras model on Jetson Nano in Nvidia Docker container

In Jetson Nano command line, pull the Docker container from Docker Hub like this.

docker pull docker.io/zcw607/jetson:r1.0.1

Then start the container with the following command.

docker run --runtime nvidia --network host -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix zcw607/jetson:r1.0.1

Check TensorFlow GPU is installed, type python3 in the command then,

from tensorflow.python.client import device_lib
device_lib.list_local_devices()

If everything works, it should print

Read the tutorial for more instructions.

About

Jetson nvidia dockers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published