Commit 976994a1 authored by Priya Seth's avatar Priya Seth

Updates to the ppc64le Dockerfile and patch file

parent 9d96a0bd
......@@ -78,7 +78,7 @@ RUN yes | pip install --upgrade pip
RUN yes | pip install --quiet --no-cache-dir \
'notebook==5.0.*' \
'jupyterhub==0.7.*' \
'jupyterlab=0.18.*'
'jupyterlab==0.18.*'
USER root
......
--- Dockerfile 2017-05-09 06:09:42.429671387 -0400
+++ Dockerfile.ppc64le 2017-05-11 12:42:57.959823673 -0400
--- Dockerfile 2017-05-11 12:59:30.006182756 -0400
+++ Dockerfile.ppc64le 2017-05-11 12:59:57.326632865 -0400
@@ -1,37 +1,43 @@
-# Copyright (c) Jupyter Development Team.
+# Copyright (c) IBM Corporation 2016
......@@ -90,7 +90,7 @@
+RUN yes | pip install --quiet --no-cache-dir \
+ 'notebook==5.0.*' \
+ 'jupyterhub==0.7.*' \
+ 'jupyterlab=0.18.*'
+ 'jupyterlab==0.18.*'
USER root
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment