Skip to content

Commit

Permalink
Merge pull request #63 from azavea/lf/0.9b
Browse files Browse the repository at this point in the history
Switch to 0.9 image
  • Loading branch information
lewfish authored Jun 12, 2019
2 parents 2be8bbc + eae8d7c commit 3a7ae91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ then
then
if [ -z "$RASTER_VISION_REPO" ]
then
BASE_IMAGE="quay.io/azavea/raster-vision:cpu-latest"
BASE_IMAGE="quay.io/azavea/raster-vision:cpu-0.9"
else
BASE_IMAGE="raster-vision-cpu"
fi
Expand All @@ -37,7 +37,7 @@ then
then
if [ -z "$RASTER_VISION_REPO" ]
then
BASE_IMAGE="quay.io/azavea/raster-vision:gpu-latest"
BASE_IMAGE="quay.io/azavea/raster-vision:gpu-0.9"
else
BASE_IMAGE="raster-vision-gpu"
fi
Expand Down

0 comments on commit 3a7ae91

Please sign in to comment.