Skip to content

Commit

Permalink
[DOCKER] Pin keras version (apache#6032)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and Trevor Morris committed Jul 14, 2020
1 parent 7bceb62 commit e609190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_tensorflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ set -e
set -u
set -o pipefail

pip3 install tensorflow==2.1.0 keras h5py
pip3 install tensorflow==2.1.0 keras==2.3.1 h5py

0 comments on commit e609190

Please sign in to comment.