Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Nov 27, 2023
1 parent 9f96fc7 commit 52e6c66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export OPENMPI_VERSION="3.1.2"
export SPARK_VERSION="3.3.3"
export HADOOP_VERSION="3.3"
export SYNAPSEML_VERSION="0.11.4" # Binder compatibility version
export SYNAPSEML_VERSION="1.0.2" # Binder compatibility version

echo "Beginning Spark Session..."
exec "$@"
2 changes: 1 addition & 1 deletion tools/docker/demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/oss/mirror/docker.io/library/ubuntu:20.04

ARG SYNAPSEML_VERSION=0.11.4
ARG SYNAPSEML_VERSION=1.0.2
ARG DEBIAN_FRONTEND=noninteractive

ENV SPARK_VERSION=3.3.3
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/oss/mirror/docker.io/library/ubuntu:20.04

ARG SYNAPSEML_VERSION=0.11.4
ARG SYNAPSEML_VERSION=1.0.2
ARG DEBIAN_FRONTEND=noninteractive

ENV SPARK_VERSION=3.3.3
Expand Down

0 comments on commit 52e6c66

Please sign in to comment.