Compare commits
No commits in common. "0ca19c653c6ed3a451c625693b49a2f70b3be31a" and "fd292f1e4d32779e5b0ebcfdfe90b70702004d17" have entirely different histories.
0ca19c653c
...
fd292f1e4d
2 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@ on:
|
||||||
- cron: '30 5 */10 * *'
|
- cron: '30 5 */10 * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGES: system-toolbox cloud-toolbox tor zabbix-agent snowflake
|
IMAGES: system-toolbox cloud-toolbox tor zabbix-agent snowflake jupyter
|
||||||
jobs:
|
jobs:
|
||||||
build-images-arm64:
|
build-images-arm64:
|
||||||
runs-on: [ arm64 ]
|
runs-on: [ arm64 ]
|
||||||
|
|
|
@ -12,7 +12,7 @@ ENV PKGS_PIP="jupyter \
|
||||||
jedi-language-server \
|
jedi-language-server \
|
||||||
jupyterlab-lsp \
|
jupyterlab-lsp \
|
||||||
python-lsp-server[all] \
|
python-lsp-server[all] \
|
||||||
jupyterthemes \
|
JLDracula \
|
||||||
jupyterlab-vim \
|
jupyterlab-vim \
|
||||||
"
|
"
|
||||||
ENV PKGS_NPM="bash-language-server \
|
ENV PKGS_NPM="bash-language-server \
|
||||||
|
@ -33,7 +33,6 @@ RUN dnf5 install -y ${PKGS_DNF} ${PKGS_DNF_BUILD} && \
|
||||||
python3 -m venv /venv && \
|
python3 -m venv /venv && \
|
||||||
pip install -U pip && \
|
pip install -U pip && \
|
||||||
pip install ${PKGS_PIP} && \
|
pip install ${PKGS_PIP} && \
|
||||||
jt -t monokai -f firacode && \
|
|
||||||
python -m bash_kernel.install && \
|
python -m bash_kernel.install && \
|
||||||
python -m mariadb_kernel.install && \
|
python -m mariadb_kernel.install && \
|
||||||
cargo install --git https://github.com/latex-lsp/texlab --locked && \
|
cargo install --git https://github.com/latex-lsp/texlab --locked && \
|
||||||
|
|
Loading…
Reference in a new issue