VirtuslabRnD / scalapy-tensorflow

Static facades for using TensorFlow in ScalaPy
MIT License
3 stars 0 forks source link

Prevent TensorFlow from an attempt to access GPU #42

Closed PawelLipski closed 4 years ago

PawelLipski commented 4 years ago

Attempt to fix heisen-failing builds like https://travis-ci.org/github/VirtuslabRnD/scalapy-tensorflow/jobs/712713384

The builds are passing... but this might be by a pure chance; let's see if the error ([error] 2020-07-28 21:29:44.279787: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory [error] 2020-07-28 21:29:44.283458: E tensorflow/stream_executor/cuda/cuda_driver.cc:313] failed call to cuInit: UNKNOWN ERROR (303)) still repeats after adding the flag

PawelLipski commented 4 years ago

Lemme try on another branch...