Skip to content
1 change: 1 addition & 0 deletions rstudio/c9s-python-3.11/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ LABEL name="odh-notebook-rstudio-server-c9s-python-3.11" \
USER 0

ENV R_VERSION=4.4.3
ENV MAKEFLAGS="-j2"

# Install R
RUN yum install -y yum-utils && \
Expand Down
1 change: 1 addition & 0 deletions rstudio/c9s-python-3.11/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ LABEL name="odh-notebook-rstudio-server-cuda-c9s-python-3.11" \
USER 0

ENV R_VERSION=4.4.3
ENV MAKEFLAGS="-j2"

# Install R
RUN yum install -y yum-utils && \
Expand Down
1 change: 1 addition & 0 deletions rstudio/rhel9-python-3.11/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ RUN if [ -d "${SECRET_DIR}" ]; then \
fi

ENV R_VERSION=4.4.3
ENV MAKEFLAGS="-j2"

# Install R
RUN yum install -y yum-utils && \
Expand Down
1 change: 1 addition & 0 deletions rstudio/rhel9-python-3.11/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ RUN if [ -d "${SECRET_DIR}" ]; then \
fi

ENV R_VERSION=4.4.3
ENV MAKEFLAGS="-j2"

# Install R
RUN yum install -y yum-utils && \
Expand Down
Loading