From b3ec5c1ab8690c8cece3838ab6aa55e2b679c4f1 Mon Sep 17 00:00:00 2001 From: foiera Date: Thu, 10 Jul 2025 19:19:16 +0200 Subject: [PATCH] =?UTF-8?q?Dockerfile=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..d8446ca --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM registry.hub.docker.com/bitnami/minideb:bookworm + +#RUN apt-get update +# following ones get updated, so they are not installed from Debian package repo: python3-sphinx python3-pybtex python3-pybtex-docutils +RUN install_packages pip jupyter-notebook python3-anyio python3-greenlet python3-click python3-jupyter-server python3-sqlalchemy python3-latexcodec python3-nbclient python3-nest-asyncio python3-smmap python3-soupsieve python3-toml +# limit to v0.14.0 until there is a fix for https://github.com/executablebooks/jupyter-book/issues/1964 +RUN pip install jupyter-book==1.0.4 && rm -r /root/.cache/pip \ No newline at end of file