Circa Dramatic
Circa Dramatic

Reputation: 11

How to install Tensorflow for C dependency on docker in linux

I am new to Docker and I am trying to install Tensorflow for C since a package I am trying to run requires the dependency #include <tensorflow/c/c_api.h>.

I am not sure about what to add to the Dockerfile to properly install this dependency.

I tried apt get install -y libtensorflow-dev but that did not work. Any help would be greatly appreciated

Upvotes: 1

Views: 69

Answers (0)

Related Questions