Skip to content

krshrimali/DockerPyTorchOpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-PyTorch-OpenCV

Dockerfile for an Image installed with OpenCV and Pytorch for a hassle-free development environment.

Steps to Build the Image from the Dockerfile :

  • Clone or download the repository on your local machine: git clone https://github.com/BuffetCodes/DockerPyTorchOpenCV.git
  • Navigate to the cloned repo using: cd DockerPyTorchOpenCV
  • Build the image using: sudo docker build . (do not forget the period after build !)
  • Once the image has been created, run it using: sudo docker run -it --rm <image_ID>
  • The command line interface of the container can then be used for working on OpenCV and Pytorch related projects.

Note: The image can directly be downloaded from dockerhub using sudo docker pull himanshus16100/cv_pytorch. The final image size is 2.78 GB.

About

Dockerfile for a container installed with OpenCV and Pytorch to ease the process of development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •