Skip to content

Commit

Permalink
setup venv
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 15, 2023
1 parent a6ac374 commit cd7f2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/keras-tract-tf2/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

sudo apt-get update
sudo apt-get install -y libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6
sudo apt-get install -y libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6 python3-virtualenv

virtualenv venv
. venv/bin/activate
Expand Down

0 comments on commit cd7f2cf

Please sign in to comment.