We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41ca1a commit 5c9e571Copy full SHA for 5c9e571
docker/generate_dockerfiles.sh
@@ -93,7 +93,7 @@ function generate_main_dockerfile() {
93
--miniconda create_env=neuro \
94
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
95
libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
96
- pandas psutil scikit-learn scipy traits' \
+ pandas psutil scikit-learn scipy traits rdflib' \
97
pip_install="pytest-xdist niflow-nipype1-workflows" \
98
activate=true \
99
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
0 commit comments