This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/zeppelin.git

commit 64f8baec7ca4e86bd88893415e07a8a0f1d133e7
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Fri Oct 4 22:19:24 2019 +0800

    [ZEPPELIN-4365] Docker image for 0.8.2 not available on docker hub
---
 scripts/docker/zeppelin/bin/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/docker/zeppelin/bin/Dockerfile 
b/scripts/docker/zeppelin/bin/Dockerfile
index 3122a34..e365c37 100644
--- a/scripts/docker/zeppelin/bin/Dockerfile
+++ b/scripts/docker/zeppelin/bin/Dockerfile
@@ -17,7 +17,7 @@ FROM ubuntu:16.04
 MAINTAINER Apache Software Foundation <d...@zeppelin.apache.org>
 
 # `Z_VERSION` will be updated by `dev/change_zeppelin_version.sh`
-ENV Z_VERSION="0.8.1"
+ENV Z_VERSION="0.8.2"
 ENV LOG_TAG="[ZEPPELIN_${Z_VERSION}]:" \
     Z_HOME="/zeppelin" \
     LANG=en_US.UTF-8 \
@@ -71,8 +71,8 @@ RUN echo "$LOG_TAG Install python related packages" && \
     conda update -q conda && \
     conda info -a && \
     conda config --add channels conda-forge && \
-    conda install -q numpy=1.12.1 pandas=0.21.1 matplotlib=2.1.1 
pandasql=0.7.3 ipython=5.4.1 jupyter_client=5.1.0 ipykernel=4.7.0 bokeh=0.12.10 
&& \
-    pip install -q ggplot==0.11.5 grpcio==1.8.2 bkzep==0.4.0
+    conda install -q numpy=1.13.3 pandas=0.21.1 matplotlib=2.1.1 
pandasql=0.7.3 ipython=5.4.1 jupyter_client=5.1.0 ipykernel=4.7.0 bokeh=0.12.10 
&& \
+    pip install -q scipy==0.18.0 ggplot==0.11.5 grpcio==1.8.2 bkzep==0.4.0
 
 RUN echo "$LOG_TAG Install R related packages" && \
     echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" | tee -a 
/etc/apt/sources.list && \

Reply via email to