From b943508ad1cbf6a8b8d8acb410dc236f24cc7b8e Mon Sep 17 00:00:00 2001 From: ben0i0d Date: Mon, 9 Dec 2024 23:00:27 +0800 Subject: [PATCH] add jupyterlite --- .gitea/workflows/Flow.yaml | 12 ++++++++++++ CI/jupyterlite/Dockerfile | 5 +++++ README_CN.md | 1 + 3 files changed, 18 insertions(+) create mode 100644 CI/jupyterlite/Dockerfile 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)