This commit is contained in:
2024-08-08 16:34:22 +02:00
parent 0dc72126d1
commit ba56122ba6
3 changed files with 12 additions and 17 deletions
-6
View File
@@ -5,9 +5,3 @@ FROM registry.hub.docker.com/bitnami/minideb:bullseye
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==0.14.0 && rm -r /root/.cache/pip
# RUN mkdir -p /root/documentation
# COPY . /root/documentation
# RUN cd /root/documentation && jupyter-book build .
# TODO make build book accessible through a webserver