Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 790 Bytes

File metadata and controls

19 lines (13 loc) · 790 Bytes

Install dependencies on Ubuntu

https://www.tensorflow.org/install/install_sources

$ sudo apt-get install python-numpy python-dev python-pip python-wheel
$ sudo apt-get install libcupti-dev

Prevent running out of memory

To prevent running out of memory during a build, restrict the build to use e.g. 1 processor:

$ ck install package:lib-tensorflow-1.9.0-src-cuda --env.CK_HOST_CPU_NUMBER_OF_PROCESSORS=1

NB: gcc 5.4 is required on Ubuntu 16.04, see CUDA System requirements. Even using of gcc 5.5 issues with errors similar to described here or here.