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)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored Jul 24, 2020
1 parent e5b5853 commit e44ad3f
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 e44ad3f

Please sign in to comment.