mirror of https://github.com/commaai/openpilot.git
tensorflow-gpu==2.1 update (#1525)
not available on current used python version
old-commit-hash: ce8b629fb0
This commit is contained in:
parent
f4020a2ed4
commit
0f610ac909
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue