From 88f05cd3c0ca8c5d2b190a80f48f1753cd7ca13e Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Thu, 25 May 2023 23:14:22 +0900 Subject: [PATCH] add git jh --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 65f1438..9b332e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -114,6 +114,7 @@ WORKDIR /tmp RUN mamba install --quiet --yes \ 'notebook' \ 'jupyterhub' \ + 'jupyterlab-git' \ 'numba' \ 'cython' \ 'matplotlib-base' \