From 071ae48024c09569589c56cb248ea94065c88408 Mon Sep 17 00:00:00 2001 From: Dr Griffith Rees Date: Mon, 11 Dec 2023 12:45:18 +0000 Subject: [PATCH] feat: add `jupyter` to rstuio `docker` config --- compose/server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/server/Dockerfile b/compose/server/Dockerfile index 4daf96d2..70e480c0 100644 --- a/compose/server/Dockerfile +++ b/compose/server/Dockerfile @@ -14,7 +14,7 @@ ARG DOCKER_DATA_PATH=/mnt/vmfileshare RUN /rocker_scripts/install_pandoc.sh RUN /rocker_scripts/install_quarto.sh -# RUN /rocker_scripts/install_jupyter.sh +RUN /rocker_scripts/install_jupyter.sh # Install user script #