From f3b1d8100a9a65930d9fdd54fa551e10801c0e60 Mon Sep 17 00:00:00 2001 From: Hauke Kirchner <hauke.gronenberg@gwdg.de> Date: Mon, 19 Aug 2024 13:39:48 +0000 Subject: [PATCH] Update README.md --- code/container/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/container/README.md b/code/container/README.md index b5d3b8b..f93d340 100644 --- a/code/container/README.md +++ b/code/container/README.md @@ -131,6 +131,11 @@ You can install RStudio with custom R packages or you chosse to install Julia. J ``` %post + + ... + + conda install --quiet --yes 'jupyter-rsession-proxy=2.2.1' + # Install RStudio apt install -y --no-install-recommends software-properties-common dirmngr wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc -- GitLab