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

Add Matplotlib to the env #7

Merged
merged 1 commit into from
May 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN git clone https://github.com/emscripten-core/emsdk.git && \
popd

##################################################################
# Create build env
# Create emscripten env
##################################################################

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

##################################################################
# git config
Expand Down