We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d353f0d + bf72770 commit 71b871fCopy full SHA for 71b871f
docker/generate_dockerfiles.sh
@@ -90,8 +90,8 @@ function generate_main_dockerfile() {
90
--user neuro \
91
--miniconda create_env=neuro \
92
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
93
- icu=58.1 libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
94
- pandas psutil scikit-learn scipy traits=4.6.0' \
+ libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
+ pandas psutil scikit-learn scipy traits' \
95
pip_install="pytest-xdist" \
96
activate=true \
97
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
0 commit comments