Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions rstudio/c9s-python-3.11/setup_rstudio.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import getpass
import os
import shutil
Expand Down
2 changes: 2 additions & 0 deletions rstudio/rhel9-python-3.11/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions rstudio/rhel9-python-3.11/setup_rstudio.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import getpass
import os
import shutil
Expand Down
Loading