Skip to content

Commit

Permalink
back to rstudio basics
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Mar 13, 2024
1 parent 6279069 commit 933b0a7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions images/rstudio-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@ FROM ghcr.io/ucsd-ets/datascience-notebook:${BASE_TAG}

USER root

RUN mamba install r-base=4.1.3 -c conda-forge

COPY logging.conf /etc/rstudio/logging.conf

# RStudio Setup

# Ubuntu 22 setup with v 2023.09.0
ENV RSTUDIO_PKG=rstudio-server-2023.09.0-463-amd64.deb
ENV RSTUDIO_URL=https://download2.rstudio.org/server/jammy/amd64/${RSTUDIO_PKG}

# Ubuntu 22 setup with v 2023.12.1
## Follow instructions at https://www.rstudio.com/products/rstudio/download-server/
#ENV RSTUDIO_PKG=rstudio-server-2023.12.1-402-amd64.deb
#ENV RSTUDIO_URL=https://download2.rstudio.org/server/jammy/amd64/${RSTUDIO_PKG}
ENV RSTUDIO_PKG=rstudio-server-2023.12.1-402-amd64.deb
ENV RSTUDIO_URL=https://download2.rstudio.org/server/jammy/amd64/${RSTUDIO_PKG}

## rstudio installation expects R to live in /usr/bin, /bin/, etc.
RUN ln -s /opt/conda/bin/R /usr/bin/R && \
Expand Down

0 comments on commit 933b0a7

Please sign in to comment.