Skip to content

Commit 7aac721

Browse files
authored
Adds psutil to CI Build Script (#2355)
* Adds psutil * Adds psutil
1 parent 2f5e057 commit 7aac721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.kokoro/github/ubuntu/gpu/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ nvcc --version
2020

2121
cd "src/github/keras-cv"
2222
pip install -U pip setuptools
23+
# psutil is used by background log reader
24+
pip install -U psutil
2325

2426
if [ "${KERAS2:-0}" == "1" ]
2527
then

0 commit comments

Comments
 (0)