Compare commits

...

2 commits

Author SHA1 Message Date
0ca19c653c remove jupyter build, as it is migrated to separate repo
All checks were successful
Build images / build-images-amd64 (push) Successful in 8m54s
Build images / build-images-arm64 (push) Successful in 14m22s
Build images / update-images-manifests (push) Successful in 24s
2024-04-14 20:19:54 +02:00
89449b079e Update theme for jupyter 2024-04-14 20:10:23 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
- cron: '30 5 */10 * *'
env:
IMAGES: system-toolbox cloud-toolbox tor zabbix-agent snowflake jupyter
IMAGES: system-toolbox cloud-toolbox tor zabbix-agent snowflake
jobs:
build-images-arm64:
runs-on: [ arm64 ]

View file

@ -12,7 +12,7 @@ ENV PKGS_PIP="jupyter \
jedi-language-server \
jupyterlab-lsp \
python-lsp-server[all] \
JLDracula \
jupyterthemes \
jupyterlab-vim \
"
ENV PKGS_NPM="bash-language-server \
@ -33,6 +33,7 @@ RUN dnf5 install -y ${PKGS_DNF} ${PKGS_DNF_BUILD} && \
python3 -m venv /venv && \
pip install -U pip && \
pip install ${PKGS_PIP} && \
jt -t monokai -f firacode && \
python -m bash_kernel.install && \
python -m mariadb_kernel.install && \
cargo install --git https://github.com/latex-lsp/texlab --locked && \