repair jupyterlite
Some checks failed
Flow / Base (push) Successful in 5s
Flow / CUDA_Base (push) Successful in 6s
Flow / ROCM (push) Successful in 7s
Flow / C (push) Successful in 6s
Flow / Cpp (push) Successful in 7s
Flow / JDK (push) Successful in 7s
Flow / JRE (push) Successful in 6s
Flow / JS (push) Successful in 7s
Flow / Python (push) Successful in 7s
Flow / R (push) Successful in 7s
Flow / MC_BE (push) Successful in 7s
Flow / MC_JRE_8 (push) Successful in 7s
Flow / MC_JRE_11 (push) Successful in 6s
Flow / MC_JRE_17 (push) Successful in 7s
Flow / MC_JRE_21 (push) Successful in 8s
Flow / Steam (push) Successful in 8s
Flow / LLAMA (push) Successful in 8s
Flow / CUDA_Runtime (push) Successful in 7s
Flow / Hexo (push) Successful in 7s
Flow / Julia (push) Successful in 7s
Flow / Steam_Wine (push) Successful in 6s
Flow / Jupyterlite (push) Successful in 14s
Flow / CUDA_Devel (push) Successful in 5s
Flow / Push (push) Successful in 11s
Push_ghcr / Push (push) Has been cancelled

This commit is contained in:
ben0i0d 2025-01-18 06:50:04 +08:00
parent bce891340e
commit f0b2c9ceba

View File

@ -1,5 +1,11 @@
FROM eoelab.org:1027/eoeair/cenv:python
RUN pip install jupyterlite-core && \
pip install jupyterlite-pyodide-kernel && \
pip cache purge
EXPOSE 8000
WORKDIR /opt
RUN pip install jupyterlite-core jupyterlite-pyodide-kernel && pip cache purge && \
jupyter lite build
ENTRYPOINT [ "jupyter" ]
CMD [ "lite", "serve" ]