forked from Controls/gitea-pages
speedup build - use of pre-build image
This commit is contained in:
+1
-7
@@ -1,10 +1,4 @@
|
||||
image: registry.hub.docker.com/bitnami/minideb:bullseye
|
||||
|
||||
before_script:
|
||||
# following ones get updated, so they are not installed from Debian package repo: python3-sphinx python3-pybtex python3-pybtex-docutils
|
||||
- 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
|
||||
- pip install jupyter-book==0.14.0 && rm -r /root/.cache/pip
|
||||
image: container.psi.ch/linux-infra/documentation
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
||||
Reference in New Issue
Block a user