From 48a154252b4d2da5f72e8be23766d7a6714796b6 Mon Sep 17 00:00:00 2001 From: Github Action Date: Tue, 28 May 2024 17:38:47 +0000 Subject: [PATCH] auto update of tag --- images/singleuser/Dockerfile | 8 ++------ images/singleuser/r/Rprofile.site | 2 +- images/singleuser/r/cran.list | 2 +- images/singleuser/r/rsession.conf | 2 +- images/singleuser/requirements.txt | 1 - paws/values.yaml | 2 +- 6 files changed, 6 insertions(+), 11 deletions(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 62a4fdc4..c12ce149 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -114,7 +114,7 @@ RUN apt-get update --yes && \ libssl-dev # Install rstudio-server -ENV RSTUDIO_SERVER_URL https://download2.rstudio.org/server/noble/amd64/rstudio-server-2023.12.1-402-amd64.deb +ENV RSTUDIO_SERVER_URL https://download2.rstudio.org/server/jammy/amd64/rstudio-server-2023.12.1-402-amd64.deb RUN curl --silent --location --fail ${RSTUDIO_SERVER_URL} > /tmp/rstudio-server.deb RUN gdebi -n /tmp/rstudio-server.deb && rm /tmp/rstudio-server.deb @@ -226,12 +226,8 @@ RUN /tmp/install-sql-tool ## Done installing sql access tool -RUN pip install --no-cache-dir \ - jupyterlab-link-share>=0.2.4 \ -# voila # 0.4.0 downgrades jupyter-server to 1.24.0 appears to work on 2.0 from 0.5.0, though not yet released. - bash_kernel - # Install the bash kernel +RUN pip install --no-cache-dir bash_kernel RUN python -m bash_kernel.install --sys-prefix # Install mass amount of python libraries! diff --git a/images/singleuser/r/Rprofile.site b/images/singleuser/r/Rprofile.site index 961f50b9..1049ce40 100644 --- a/images/singleuser/r/Rprofile.site +++ b/images/singleuser/r/Rprofile.site @@ -1,7 +1,7 @@ # Use RStudio's CRAN mirror to get binary packages # 'latest' just means it has all available versions. # We can specify version numbers in devtools::install_version -options(repos = c(CRAN = "https://packagemanager.rstudio.com/all/__linux__/jammy/latest")) +options(repos = c(CRAN = "https://packagemanager.rstudio.com/all/__linux__/noble/latest")) # RStudio's CRAN mirror needs this to figure out which binary package to serve. # If not set properly, it will just serve up source packages diff --git a/images/singleuser/r/cran.list b/images/singleuser/r/cran.list index f51c6054..53120dde 100644 --- a/images/singleuser/r/cran.list +++ b/images/singleuser/r/cran.list @@ -1 +1 @@ -deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/cran.gpg] https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/ +deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/cran.gpg] https://cloud.r-project.org/bin/linux/ubuntu noble-cran40/ diff --git a/images/singleuser/r/rsession.conf b/images/singleuser/r/rsession.conf index 1f82b6b5..3cac92aa 100644 --- a/images/singleuser/r/rsession.conf +++ b/images/singleuser/r/rsession.conf @@ -1,2 +1,2 @@ # Use binary packages! -r-cran-repos=https://packagemanager.rstudio.com/all/__linux__/jammy/latest +r-cran-repos=https://packagemanager.rstudio.com/all/__linux__/noble/latest diff --git a/images/singleuser/requirements.txt b/images/singleuser/requirements.txt index 1b44beb7..aa9c4e7f 100644 --- a/images/singleuser/requirements.txt +++ b/images/singleuser/requirements.txt @@ -27,7 +27,6 @@ streamlit pandas scipy scikit-learn -scikit-neuralnetwork # Scraping lxml diff --git a/paws/values.yaml b/paws/values.yaml index 46f65dd9..3987e714 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -280,7 +280,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-421 # singleuser tag managed by github actions + tag: pr-417 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G