Skip to content

Commit

Permalink
update bigdl docker/k8s docker version to 2.0.0 (#4201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng authored Mar 9, 2022
1 parent a4ae25e commit b667cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/bigdl-k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG HADOOP_VERSION=2.7
ARG SPARK_HOME=/opt/spark
ARG JDK_VERSION=8u192
ARG JDK_URL=your_jdk_url
ARG BIGDL_VERSION=0.14.0-SNAPSHOT
ARG BIGDL_VERSION=2.0.0
ARG TINI_VERSION=v0.18.0
ARG DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion docker/bigdl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG SPARK_VERSION=2.4.6
ARG SPARK_HOME=/opt/spark
ARG JDK_VERSION=8u192
ARG JDK_URL=your_jdk_url
ARG BIGDL_VERSION=0.14.0-SNAPSHOT
ARG BIGDL_VERSION=2.0.0
ARG DEBIAN_FRONTEND=noninteractive

# stage.1 jdk & spark
Expand Down

0 comments on commit b667cee

Please sign in to comment.