Initial commit

This commit is contained in:
2023-11-26 21:48:18 +01:00
commit 92ea1d8b31

7
Dockerfile Normal file
View File

@ -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