mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 19:42:58 +00:00
pyspark-notebook: Use jq
from conda-forge
.
This commit is contained in:
@@ -6,9 +6,6 @@ MAINTAINER Jupyter Project <jupyter@googlegroups.com>
|
||||
|
||||
USER root
|
||||
|
||||
# Util to help with kernel spec later
|
||||
RUN apt-get -y update && apt-get -y install jq && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Spark dependencies
|
||||
ENV APACHE_SPARK_VERSION 1.6.1
|
||||
RUN apt-get -y update && \
|
||||
@@ -53,6 +50,7 @@ RUN conda install --quiet --yes \
|
||||
'scipy=0.17*' \
|
||||
'seaborn=0.7*' \
|
||||
'scikit-learn=0.17*' \
|
||||
jq \
|
||||
&& conda clean -tipsy
|
||||
# Activate ipywidgets extension in the environment that runs the notebook server
|
||||
RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix
|
||||
|
Reference in New Issue
Block a user