Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Always use the latest docker image

  • Loading branch information...
prowave committed Sep 17, 2019
1 parent 75647dc commit 2d01a2cfca1ee2038140b1d49da80f9e33eee9b0
Showing with 1 addition and 1 deletion.
  1. +1 −1 bin/dockler.sh
@@ -28,7 +28,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DIR="$DIR/.."

docker_tag="sparkler-local"
remote_image="uscdatascience/sparkler:0.1"
remote_image="uscdatascience/sparkler:latest"
solr_port=8983
solr_url="http://localhost:$solr_port/solr"
spark_ui_port=4041

0 comments on commit 2d01a2c

Please sign in to comment.
You can’t perform that action at this time.