From 6521978fa0b196baa1c57f03da5ddae0a37d1d0c Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Mon, 21 Oct 2024 13:32:44 -0700 Subject: [PATCH 1/2] remove jupyterhub-single-user --- environment.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/environment.yml b/environment.yml index 6b978e0..81f16c1 100644 --- a/environment.yml +++ b/environment.yml @@ -6,8 +6,6 @@ channels: dependencies: - python~=3.11.0 - # Required until https://github.com/jupyterhub/repo2docker/pull/1196 is merged - - jupyterhub-singleuser~=4.0.1 # nbgitpuller is very helpful when distributing user content - nbgitpuller~=1.2.0 # Specify major version of jupyterlab to use. Manually bump it when you want to upgrade From 35aba37136e1a34cb15050514776d7fea168a808 Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Mon, 21 Oct 2024 17:02:11 -0700 Subject: [PATCH 2/2] add a few more texlive so that basic jupyter to pdf works --- rocker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rocker.sh b/rocker.sh index 13a8684..06500e7 100644 --- a/rocker.sh +++ b/rocker.sh @@ -44,4 +44,5 @@ done < /rocker_scripts/original.Dockerfile if command -v tlmgr &> /dev/null; then echo "Installing texlive collection-latexrecommended..." tlmgr install collection-latexrecommended + tlmgr install pdfcol tcolorbox eurosym upquote adjustbox titling enumitem ulem soul rsfs fi