We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905b34b commit 96bc489Copy full SHA for 96bc489
1 file changed
sci_python/Dockerfile
@@ -20,7 +20,7 @@ set -ex
20
mkdir -p /tmp/mm && cd /tmp/mm
21
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
22
mv bin/micromamba /usr/bin/
23
-micromamba create --name scipy --yes --channel conda-forge hypothesis numpy pandas matplotlib scipy sympy ipython
+micromamba create --name scipy --yes --channel conda-forge hypothesis numpy pandas matplotlib scipy sympy ipython numba bottleneck seaborn
24
micromamba clean --all --yes
25
rm -rf /tmp/mm
26
EOT
0 commit comments