repair jupyterlite
This commit is contained in:
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" ]
|
Loading…
x
Reference in New Issue
Block a user