Skip to content

5. Docker

Davide De Tommaso edited this page May 24, 2022 · 2 revisions

The TobiiGlassesPyController provides a Docker container for using the Tobii Pro Glasses 2. In this way you can exploit the Python library without actually installing it directly in your system.

Building and running the docker container

cd TobiiGlassesPyController/docker
docker-compose build
docker-compose up

Launching a bash inside the docker container

cd TobiiGlassesPyController/docker
docker-compose exec tobiiglasses2 bash
Clone this wiki locally