From c324197b038b5dfea61d2c094e9225aeb291312b Mon Sep 17 00:00:00 2001 From: Carl Date: Mon, 29 Jan 2024 14:43:35 -0800 Subject: [PATCH] build from smaller img --- images/Dockerfile.gpu | 4 ++-- jupyterhub/jupyterhub.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/Dockerfile.gpu b/images/Dockerfile.gpu index 91dbec9..39ae961 100644 --- a/images/Dockerfile.gpu +++ b/images/Dockerfile.gpu @@ -1,8 +1,8 @@ -FROM rocker/ml-verse +FROM rocker/ml ENV NB_USER rstudio ENV VIRTUAL_ENV /opt/venv -ENV PATH $VIRTUAL_ENV/bin:$PATH +ENV PATH ${VIRTUAL_ENV}/bin:$PATH RUN /rocker_scripts/install_jupyter.sh RUN chown -R root:staff ${VIRTUAL_ENV} && chmod -R g+rw ${VIRTUAL_ENV} diff --git a/jupyterhub/jupyterhub.sh b/jupyterhub/jupyterhub.sh index ad5c83a..f405155 100755 --- a/jupyterhub/jupyterhub.sh +++ b/jupyterhub/jupyterhub.sh @@ -10,6 +10,6 @@ helm upgrade --cleanup-on-fail \ --create-namespace \ --version=3.2.1 \ --timeout 90m0s \ - --values public-config.yaml \ + --values thelio-config.yaml \ --values private-config.yaml