repair jupyterlite

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

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