Skip to content

Commit

Permalink
Upgrade TensorFlow Serving base image to 2.3.0-gpu (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Nov 25, 2020
1 parent 8c56d38 commit e9f4f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# limitations under the License.
# ============================================================================

FROM tensorflow/serving:1.15.0-gpu
FROM tensorflow/serving:2.3.0-gpu

ENV PORT=8500 \
REST_API_PORT=8501 \
Expand Down

0 comments on commit e9f4f0b

Please sign in to comment.