Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker/install/ubuntu_install_tensorflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ set -u
set -o pipefail

pip3 install \
"h5py<3.0" \
keras==2.4.3 \
tensorflow==2.4.2
"h5py==3.1.0" \
keras==2.6 \
tensorflow==2.6.2
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_vitis_ai_packages_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set -o pipefail
export PYXIR_HOME=/opt/pyxir
mkdir "$PYXIR_HOME"

pip3 install progressbar h5py==2.10.0
pip3 install progressbar

git clone --recursive --branch v0.3.1 --depth 1 https://github.com/Xilinx/pyxir.git "${PYXIR_HOME}"
cd "${PYXIR_HOME}" && python3 setup.py install