Some people do not like installing multiple packages to just do a narrow ‘thing’.
I have no issue installing packages to do multiple things, such as OpenCV, Data Management and developing GUI applications but after a while, your OS starts to look like a local Ubuntu repository.
Fortunately, Docker exists, so we can install software to make an image, that we can repurpose as required. This post assumes no knowledge of Docker other than it exists, and a basic knowledge of and use in the Linux command line on an Ubuntu operating system.
Current Dockerfile:
Initially, I had this install sequence enabled however it consistently timedout when attempting to install the packages using pip:
Once I have worked out why the Build fails while installing the multile-packages, I can try again.
I also wrote a quick & simle guide on howto create and use a Dockerfile.
Build process:
Verdict?
FAIL.
However this was just a quick post, and as I test & adjust further, this document will be updated.