Skip to content

Commit

Permalink
Adds psutil to CI Build Script (#2355)
Browse files Browse the repository at this point in the history
* Adds psutil

* Adds psutil
  • Loading branch information
sampathweb authored Feb 24, 2024
1 parent 2f5e057 commit 7aac721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .kokoro/github/ubuntu/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ nvcc --version

cd "src/github/keras-cv"
pip install -U pip setuptools
# psutil is used by background log reader
pip install -U psutil

if [ "${KERAS2:-0}" == "1" ]
then
Expand Down

0 comments on commit 7aac721

Please sign in to comment.