https://github.com/krshrimali/dockerpytorchopencv
Dockerfile for a container installed with OpenCV and Pytorch to ease the process of development
https://github.com/krshrimali/dockerpytorchopencv
docker opencv pytorch
Last synced: 5 months ago
JSON representation
Dockerfile for a container installed with OpenCV and Pytorch to ease the process of development
- Host: GitHub
- URL: https://github.com/krshrimali/dockerpytorchopencv
- Owner: krshrimali
- License: gpl-3.0
- Created: 2020-03-20T07:16:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T14:29:17.000Z (over 5 years ago)
- Last Synced: 2025-05-13T04:56:33.403Z (5 months ago)
- Topics: docker, opencv, pytorch
- Language: Dockerfile
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 `
* 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**.