Skip to content

senli123/Docker-TensorRT-Python3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-TensorRT-Python3

This docker image contains a development envirenment for AI-based computer vision application,

  • OpenCV
  • TensorRT
  • cuDNN
  • Jupyter notebook
  • Python3
  • ...

Run the docker container"

`xhost +`
`docker run -it --rm -v $(pwd):/workspace --runtime=nvidia -w /workspace -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY aminehy/tensorrt-opencv-python3:v1.0`

Build a docker image from the Dockefile"

`docker build -t aminehy/tensorrt-opencv-python3:v1.0 .`

Push the docker image to docker hub"

`docker push aminehy/tensorrt-opencv-python3:v1.0`

About

Docker image with CUDA, TensorRT, cuDNN, Python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 54.2%
  • Shell 45.8%