From 15ac7528b307cc03ba144baae7e3d044b241b729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Mon, 10 Mar 2025 10:42:22 +0100 Subject: [PATCH] Update Dockerfile.cpu --- jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu b/jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu index deb53304a5..1584bfd613 100644 --- a/jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu +++ b/jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu @@ -8,6 +8,9 @@ WORKDIR /opt/app-root/bin # OS Packages needs to be installed as root USER root + + + # Install useful OS packages RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum