Skip to content

Commit

Permalink
fix keras install (apache#8391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Brookhart authored and ylc committed Jan 13, 2022
1 parent 7b9af66 commit e24b0a3
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.4.2
pip3 install tensorflow==2.4.2 keras==2.4.3 "h5py<3.0"

0 comments on commit e24b0a3

Please sign in to comment.