Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
upgrade tensorflow version for docker image (#2732) (#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored Jul 29, 2020
1 parent 2d44d6d commit 0bae247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ RUN python3 -m pip --no-cache-dir install \
numpy==1.14.3 scipy==1.1.0

#
# Tensorflow 1.10.0
# Tensorflow 1.15
#
RUN python3 -m pip --no-cache-dir install tensorflow-gpu==1.10.0
RUN python3 -m pip --no-cache-dir install tensorflow-gpu==1.15

#
# Keras 2.1.6
Expand Down

0 comments on commit 0bae247

Please sign in to comment.