From 5818b44e36c26ebfcf932d022a0de2c997a4fd2e Mon Sep 17 00:00:00 2001 From: ben0i0d Date: Sat, 18 Jan 2025 19:30:27 +0800 Subject: [PATCH] repair --- Renv/jupyterlite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Renv/jupyterlite/Dockerfile b/Renv/jupyterlite/Dockerfile index c72500c..9e6f1bb 100644 --- a/Renv/jupyterlite/Dockerfile +++ b/Renv/jupyterlite/Dockerfile @@ -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" ] \ No newline at end of file