We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26c423 commit a0c3dabCopy full SHA for a0c3dab
deployment/spark-docker/Dockerfile
@@ -42,7 +42,7 @@ RUN wget -q -O /tmp/Miniconda2-4.3.27.1-Linux-x86_64.sh \
42
# jupyter_client/ioloop/restarter.py (jupyter_client < 5.1) needs tornado in that version
43
/opt/conda/bin/conda install --yes \
44
'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*' && \
+ 'scipy=0.15*' 'seaborn=0.6*' 'scikit-learn=0.16*' 'libgfortran=1' && \
46
# Install r packages
47
/opt/conda/bin/conda install --yes -c r r-essentials && \
48
/opt/conda/bin/conda install --yes -c r r-base='3.3.1 1' && \
0 commit comments