From c11c5b13f79f5bb36753cca3714b225d94670947 Mon Sep 17 00:00:00 2001 From: Tomas Stary Date: Sat, 21 Sep 2024 19:01:24 +0200 Subject: [PATCH] Add the jupyterlab for compatibility with binder Inspired: https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html#preparing-your-dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1a4bf89..a2aa43d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,3 +122,5 @@ RUN echo '\n\nalias cd..="cd .."\nalias h=history\nalias ll="ls -alt"' >> ~/.bas RUN pip list RUN echo "Built the OpenWorm Docker image!" + +RUN python3 -m pip install --no-cache-dir notebook jupyterlab