bumping version and including nbconvert

This commit is contained in:
itsamejms
2026-07-13 11:58:39 +01:00
parent 1edc9b8606
commit e20d31955c
3 changed files with 90 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM gitea/gitea:1.26.4
# ponytail: nbconvert only (not full jupyter) — enough for the .ipynb external renderer
RUN apk --no-cache add python3 py3-pip && \
pip3 install --break-system-packages --no-cache-dir nbconvert