Skip to content

Commit

Permalink
Upgrade base image to 1.15.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf authored Nov 16, 2019
1 parent 1bae0c3 commit f4e4c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# ============================================================================

# Using official tensorflow-serving as base image
ARG TF_SERVING_VERSION=1.14.0
ARG TF_SERVING_VERSION=1.15.0
ARG TF_SERVING_BUILD_IMAGE=tensorflow/serving:${TF_SERVING_VERSION}-devel-gpu

FROM ${TF_SERVING_BUILD_IMAGE}
Expand Down

0 comments on commit f4e4c93

Please sign in to comment.