Skip to content

Commit 91cc552

Browse files
committed
Merge branch 'branch-0.10'
2 parents 4cc8016 + d4fa051 commit 91cc552

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) IBM.
22
FROM jupyter/base-notebook
33

4+
RUN pip uninstall -y notebook
5+
RUN pip install notebook==4.3.0
46

57
USER root
68

@@ -14,7 +16,7 @@ RUN update-java-alternatives -s java-1.8.0-openjdk-amd64
1416

1517

1618
# Spark dependencies
17-
ENV APACHE_SPARK_VERSION 2.0.0
19+
ENV APACHE_SPARK_VERSION 2.0.1
1820
RUN apt-get update && apt-get install -yq --no-install-recommends wget
1921

2022
RUN apt-get -y update && \
@@ -38,7 +40,7 @@ COPY incubator-toree/dist/toree /toree
3840

3941

4042
#Eclair JS
41-
ENV ECLAIRJS_VERSION 0.9
43+
ENV ECLAIRJS_VERSION 0.10
4244

4345
#RUN wget -q http://repo2.maven.org/maven2/org/eclairjs/eclairjs-nashorn/${ECLAIRJS_VERSION}/eclairjs-nashorn-${ECLAIRJS_VERSION}-jar-with-dependencies.jar && \
4446
RUN wget -q https://oss.sonatype.org/service/local/repositories/releases/content/org/eclairjs/eclairjs-nashorn/${ECLAIRJS_VERSION}/eclairjs-nashorn-${ECLAIRJS_VERSION}-jar-with-dependencies.jar && \
@@ -52,4 +54,4 @@ COPY kernel.json /usr/local/share/jupyter/kernels/eclair/
5254
# data for examples
5355
COPY examples/ /tmp/
5456

55-
CMD ["jupyter", "notebook", "--no-browser", "--NotebookApp.ip=0.0.0.0"]
57+
CMD ["jupyter", "notebook", "--no-browser", "--NotebookApp.ip=0.0.0.0", "--NotebookApp.token=''"]

0 commit comments

Comments
 (0)