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 ff969cf commit 7b204dfCopy full SHA for 7b204df
docker/generate_dockerfiles.sh
@@ -92,7 +92,7 @@ function generate_main_dockerfile() {
92
--workdir /home/neuro \
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
+ libxml2 libxslt liblzma-dev matplotlib mkl "numpy!=1.16.0" paramiko
96
pandas psutil scikit-learn scipy traits' \
97
pip_install="pytest-xdist" \
98
activate=true \
0 commit comments