Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit dd8efc7

Browse files
committed
.
1 parent 414f0b7 commit dd8efc7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ RUN micromamba create -n xeus-python-kernel \
1717
-c https://repo.mamba.pm/emscripten-forge \
1818
-c https://repo.mamba.pm/conda-forge \
1919
--yes \
20-
python=$PYTHON_VERSION xeus-python
20+
python=$PYTHON_VERSION xeus-python xeus-lite
2121

2222
RUN mkdir -p xeus-python-kernel && cd xeus-python-kernel && \
2323
cp /tmp/xeus-python-kernel/envs/xeus-python-kernel/bin/xpython_wasm.js . && \
2424
cp /tmp/xeus-python-kernel/envs/xeus-python-kernel/bin/xpython_wasm.wasm . && \
25-
empack pack python core /tmp/xeus-python-kernel/envs/xeus-python-kernel --version=$PYTHON_VERSION
25+
empack pack env --env-prefix /tmp/xeus-python-kernel/envs/xeus-python-kernel --outname python_data --config /opt/conda/share/empack/empack_config.yaml
2626

2727
COPY copy_output.sh .
2828

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"prettier": "^2.1.1",
7878
"rimraf": "^3.0.2",
7979
"source-map-loader": "^4.0.0",
80-
"typescript": "~4.2.3"
80+
"typescript": "~4.2.3",
81+
"shx": "^0.3.0"
8182
},
8283
"sideEffects": [
8384
"style/*.css",

0 commit comments

Comments
 (0)