Check out this Dockerfile which installs many (if not all) of the deps for tonioviz. It should be everything, unless there are new dependencies for updated tonioviz functionality.
The Dockerfile I shared also has some extra bells and whistles for ROS support that wouldn't be needed for this case.
Likewise, the corresponding Jenkinsfile could serve as inspiration, but for this project it would be way simpler.
Check out this Dockerfile which installs many (if not all) of the deps for
tonioviz
. It should be everything, unless there are new dependencies for updated tonioviz functionality.The
Dockerfile
I shared also has some extra bells and whistles for ROS support that wouldn't be needed for this case.Likewise, the corresponding
Jenkinsfile
could serve as inspiration, but for this project it would be way simpler.