4 lines
223 B
Docker
4 lines
223 B
Docker
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 |