<$BlogRSDUrl$>

Friday, December 28, 2018

TensorFlow on sherbert 

The issues which prevented me from using Open Live Writer have been resolved.  Glory be!

Anyway, building tensorflow using Debian’s CUDA package is a freakin’ nightmare.  Tensorflow uses an exotic build system called Bazel.  Bazel cannot successfully use Debian’s CUDA package because … (dramatic pause) … it creates a shell script that copies the entire contents of /usr/include into its own private directory, file by file, on a single line within the shell script, thereby exceeding the maximum line length allowed by the shell.

This is so mind-blowingly stupid that I can’t bring myself to file a bug report.  Makes me want to use Caffe2.  But I digress.

So, anyway, here’s how tensorflow can be built using Debian-managed NVIDIA driver, although not Debian-managed CUDA.



This page is powered by Blogger. Isn't yours?