1
0
forked from eoeair/cenv

add jupyterlite

This commit is contained in:
ben0i0d 2024-12-09 23:00:27 +08:00
parent 61b196aa40
commit b943508ad1
3 changed files with 18 additions and 0 deletions

View File

@ -151,6 +151,18 @@ jobs:
context: Program/python
tags: eoelab.org:1027/${{ gitea.repository }}:python
Jupyterlite:
runs-on: runner
needs: Python
steps:
- name: checkout code
uses: https://eoelab.org:1027/actions/checkout@v4
- name: jupyterlite build
uses: https://eoelab.org:1027/actions/build-push-action@v6
with:
context: CI/jupyterlite
tags: eoelab.org:1027/${{ gitea.repository }}:jupyterlite
Julia:
runs-on: runner
needs: Python

View File

@ -0,0 +1,5 @@
FROM eoelab.org:1027/ben0i0d/cenv:python
RUN pip install jupyterlite-core && \
pip install jupyterlite-pyodide-kernel && \
pip cache purge

View File

@ -40,6 +40,7 @@ ROCM-->B
B-->C{CI}
C-->CA(Hexo)
C-->CB(Jupyterlite)
B-->G{GS}-->GA{MC}-->GAA(JAVA)
GAA-->GAAA(JRE_8)