forked from eoeair/cenv
add jupyterlite
This commit is contained in:
parent
61b196aa40
commit
b943508ad1
@ -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
|
||||
|
5
CI/jupyterlite/Dockerfile
Normal file
5
CI/jupyterlite/Dockerfile
Normal 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
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user