Skip to content

Commit

Permalink
[CI][VitisAI] Update CI Vitis AI PyXIR version (apache#7575)
Browse files Browse the repository at this point in the history
* Update Vitis AI CI PyXIR version to v0.1.6

* Add --depth 1 to PyXIR clone command
  • Loading branch information
jtuyls authored and Trevor Morris committed May 6, 2021
1 parent 26a27d9 commit 3f54644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
pip3 install progressbar h5py==2.10.0

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

0 comments on commit 3f54644

Please sign in to comment.