Skip to content

Commit a0c3dab

Browse files
author
jaroslaw-osmanski
authored
spark-docker installs libfortran for sklearn (#56)
1 parent e26c423 commit a0c3dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/spark-docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN wget -q -O /tmp/Miniconda2-4.3.27.1-Linux-x86_64.sh \
4242
# jupyter_client/ioloop/restarter.py (jupyter_client < 5.1) needs tornado in that version
4343
/opt/conda/bin/conda install --yes \
4444
'tornado=4.1' 'ipykernel=4.3.1' 'jupyter_client=4.3.0' 'pandas=0.16*' 'matplotlib=1.4*' \
45-
'scipy=0.15*' 'seaborn=0.6*' 'scikit-learn=0.16*' && \
45+
'scipy=0.15*' 'seaborn=0.6*' 'scikit-learn=0.16*' 'libgfortran=1' && \
4646
# Install r packages
4747
/opt/conda/bin/conda install --yes -c r r-essentials && \
4848
/opt/conda/bin/conda install --yes -c r r-base='3.3.1 1' && \

0 commit comments

Comments
 (0)