commit 92ea1d8b3167b4abdc3db4d7932347bcbd7d33af Author: paumann Date: Sun Nov 26 21:48:18 2023 +0100 Initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..bbfef09 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM gitea/gitea:latest + +RUN apk --no-cache add asciidoctor freetype freetype-dev gcc g++ libpng libffi-dev py-pip python3-dev py3-pip py3-pyzmq +RUN pip3 install --upgrade pip +RUN pip3 install -U setuptools +RUN pip3 install jupyter docutils +RUN pip3 install nbconvert \ No newline at end of file