diff --git a/jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu b/jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu index 02ec2f3908..e8b2223cc8 100644 --- a/jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu +++ b/jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu @@ -16,6 +16,8 @@ RUN cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/ && \ ######################## FROM registry.access.redhat.com/ubi9/python-312:latest AS base + + WORKDIR /opt/app-root/bin # OS Packages needs to be installed as root