Skip to content

Commit 96bc489

Browse files
committed
Added a couple of packages that improve performance in Python.
1 parent 905b34b commit 96bc489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sci_python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -ex
2020
mkdir -p /tmp/mm && cd /tmp/mm
2121
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
2222
mv bin/micromamba /usr/bin/
23-
micromamba create --name scipy --yes --channel conda-forge hypothesis numpy pandas matplotlib scipy sympy ipython
23+
micromamba create --name scipy --yes --channel conda-forge hypothesis numpy pandas matplotlib scipy sympy ipython numba bottleneck seaborn
2424
micromamba clean --all --yes
2525
rm -rf /tmp/mm
2626
EOT

0 commit comments

Comments
 (0)