Unverified Commit 0bae247f authored by chicm-ms's avatar chicm-ms Committed by GitHub
Browse files

upgrade tensorflow version for docker image (#2732) (#2735)

parent 2d44d6dc
...@@ -44,9 +44,9 @@ RUN python3 -m pip --no-cache-dir install \ ...@@ -44,9 +44,9 @@ RUN python3 -m pip --no-cache-dir install \
numpy==1.14.3 scipy==1.1.0 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 # Keras 2.1.6
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment