repair
All checks were successful
Flow / Base (push) Successful in 5s
Flow / CUDA_Base (push) Successful in 6s
Flow / ROCM (push) Successful in 7s
Flow / C (push) Successful in 8s
Flow / Cpp (push) Successful in 7s
Flow / JDK (push) Successful in 6s
Flow / JRE (push) Successful in 6s
Flow / JS (push) Successful in 7s
Flow / Python (push) Successful in 6s
Flow / R (push) Successful in 6s
Flow / MC_BE (push) Successful in 6s
Flow / MC_JRE_8 (push) Successful in 8s
Flow / MC_JRE_11 (push) Successful in 8s
Flow / MC_JRE_17 (push) Successful in 6s
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 8s
Flow / Julia (push) Successful in 6s
Flow / Steam_Wine (push) Successful in 8s
Flow / CUDA_Devel (push) Successful in 7s
Flow / Jupyterlite (push) Successful in 36s
Flow / Push (push) Successful in 16s
Push_ghcr / Push (push) Successful in 54s

This commit is contained in:
ben0i0d 2025-01-18 19:30:27 +08:00
parent 9d9cd9c1ae
commit 5818b44e36

View File

@ -4,7 +4,7 @@ EXPOSE 8000
WORKDIR /opt
RUN pip install jupyterlite-core jupyterlite-pyodide-kernel && pip cache purge && \
RUN pip install jupyterlite-core jupyterlab_server jupyterlite-pyodide-kernel && pip cache purge && \
jupyter lite build
CMD [ "jupyter", "lite", "serve" ]