antoinelame / GazeTracking

👀 Eye Tracking library easily implementable to your projects
MIT License
1.98k stars 528 forks source link

Adding a Dockerfile to create an image with all the dependencies #44

Closed RuVT closed 3 years ago

RuVT commented 4 years ago

Hi :v
I was playing with your code. One of the problems I had was that I don't really wanted to install all those dependencies in my main system, so I create and test a docker image using this Dockerfile. This worked well on Linux, can't tested it on Mac :I, this depends in the docker container being able to read the /dev/video0 device aka the web camera, and Windows... well.

antoinelame commented 3 years ago

Thanks!