Skip to content

Commit

Permalink
bigdl docker 2.2.0 (#7315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng authored Jan 19, 2023
1 parent eec1470 commit c31a553
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=2.2.0-SNAPSHOT
ARG BIGDL_VERSION=2.2.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=2.2.0-SNAPSHOT
ARG BIGDL_VERSION=2.2.0
ARG DEBIAN_FRONTEND=noninteractive

# stage.1 jdk & spark
Expand Down

0 comments on commit c31a553

Please sign in to comment.