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

Commit 3159c1b

Browse files
committed
Add Matplotlib to the env
1 parent e27ec6e commit 3159c1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN git clone https://github.com/emscripten-core/emsdk.git && \
2727
popd
2828

2929
##################################################################
30-
# Create build env
30+
# Create emscripten env
3131
##################################################################
3232

3333
RUN micromamba create -n xeus-python-build-wasm \
@@ -36,7 +36,8 @@ RUN micromamba create -n xeus-python-build-wasm \
3636
-c https://repo.mamba.pm/conda-forge \
3737
--yes \
3838
python=3.10 ipython pybind11 jedi xtl nlohmann_json \
39-
pybind11_json numpy xeus "xeus-python-shell>=0.3"
39+
pybind11_json xeus "xeus-python-shell>=0.3" \
40+
numpy matplotlib
4041

4142
##################################################################
4243
# git config

0 commit comments

Comments
 (0)