

something I've done quite a few times before when setting up different machines. + some unrelated stuff (CUDA, python packages, etc.)Īfter which (when I log into a container, but it's the same if I do it in the Dockerfile) I do the bog standard: add-apt-repository ppa:jonathonf/ffmpeg-4 Python zip unzip software-properties-common ffmpeg imagemagick python3.6-dev & \ Libgtk2.0-0 libxmu-dev libxi-dev mesa-utils htop libgtk-3-dev libglfw3 vim \ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectionsĪpt-get install -y curl x11-apps xserver-xorg libglu1-mesa-dev freeglut3-dev mesa-common-dev \ Here are the details: FROM nvidia/cudagl:10.0-runtime-ubuntu18.04 I tried the "standard" way of jonathonf's PPA, but I'm getting library version mismatch. This has, from the normal repo package, ffmpeg 3.4.6, but I would like to upgrade it to 4.x.
