diff --git a/.gitea/workflows/Flow.yaml b/.gitea/workflows/Flow.yaml index efdeb5a..5e47086 100644 --- a/.gitea/workflows/Flow.yaml +++ b/.gitea/workflows/Flow.yaml @@ -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 diff --git a/CI/jupyterlite/Dockerfile b/CI/jupyterlite/Dockerfile new file mode 100644 index 0000000..7dc960c --- /dev/null +++ b/CI/jupyterlite/Dockerfile @@ -0,0 +1,5 @@ +FROM eoelab.org:1027/ben0i0d/cenv:python + +RUN pip install jupyterlite-core && \ + pip install jupyterlite-pyodide-kernel && \ + pip cache purge \ No newline at end of file diff --git a/README_CN.md b/README_CN.md index e311d4a..9ba6026 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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)