From ce8b629fb0fc989d99fa38f49eb96e552dc6e728 Mon Sep 17 00:00:00 2001 From: Noel Schenk Date: Sun, 17 May 2020 06:59:28 +0200 Subject: [PATCH] tensorflow-gpu==2.1 update (#1525) not available on current used python version --- tools/ubuntu_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ubuntu_setup.sh b/tools/ubuntu_setup.sh index a70def87a2..27e9d6d78e 100755 --- a/tools/ubuntu_setup.sh +++ b/tools/ubuntu_setup.sh @@ -89,7 +89,7 @@ pipenv install --system --deploy pip install -r tools/requirements.txt # to make modeld work on PC with nvidia GPU -pip install tensorflow-gpu==2.1 +pip install tensorflow-gpu==2.2 # for loggerd to work on ubuntu # TODO: PC should log somewhere else