Commit 2f76d5d 1 parent 87473ed commit 2f76d5d Copy full SHA for 2f76d5d
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ ENV TARGET_DIR=${GITHUB_WORKSPACE:-/github/workspace}
14
14
# (see https://jupyterlite.readthedocs.io/en/latest/howto/configure/advanced/offline.html), the
15
15
# Kernel version is taken from https://github.com/jupyterlite/pyodide-kernel/blob/main/packages/pyodide-kernel/package.json
16
16
CMD jupyter lite build \
17
+ --config /build/jupyter_lite_config.json \
17
18
--lite-dir /build \
18
- --pyodide https://github.com/pyodide/pyodide/releases/download/0.23.2/pyodide-0.23.2.tar.bz2 \
19
+ --no-sourcemaps \
19
20
--output-dir notebooks \
21
+ --pyodide https://github.com/pyodide/pyodide/releases/download/0.23.2/pyodide-0.23.2.tar.bz2 \
20
22
&& tar -czf ${TARGET_DIR}/jupyter-lite-build.tgz notebooks
You can’t perform that action at this time.
0 commit comments