diff --git a/README.md b/README.md index 37d67c5546..413be38bb8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenDataHub Notebooks +# OpenDataHub Notebooks change003 [![GitHub Tag](https://img.shields.io/github/v/tag/opendatahub-io/notebooks?style=plastic)](https://github.com/opendatahub-io/notebooks/releases) ![GitHub License](https://img.shields.io/github/license/opendatahub-io/notebooks) diff --git a/rstudio/c9s-python-3.11/setup_rstudio.py b/rstudio/c9s-python-3.11/setup_rstudio.py index c3429e67cc..21d55f3e45 100644 --- a/rstudio/c9s-python-3.11/setup_rstudio.py +++ b/rstudio/c9s-python-3.11/setup_rstudio.py @@ -1,3 +1,4 @@ + import getpass import os import shutil diff --git a/rstudio/rhel9-python-3.11/Dockerfile.cpu b/rstudio/rhel9-python-3.11/Dockerfile.cpu index 3405b3a383..a4874083e0 100644 --- a/rstudio/rhel9-python-3.11/Dockerfile.cpu +++ b/rstudio/rhel9-python-3.11/Dockerfile.cpu @@ -3,6 +3,8 @@ ##################### FROM registry.redhat.io/rhel9/python-311:latest AS base +RUN touch base + WORKDIR /opt/app-root/bin # Install micropipenv to deploy packages from Pipfile.lock diff --git a/rstudio/rhel9-python-3.11/setup_rstudio.py b/rstudio/rhel9-python-3.11/setup_rstudio.py index 594d2f565c..f360f5eaaa 100644 --- a/rstudio/rhel9-python-3.11/setup_rstudio.py +++ b/rstudio/rhel9-python-3.11/setup_rstudio.py @@ -1,3 +1,4 @@ + import getpass import os import shutil