Skip to content
Advertisement

Cannot run docker container. Error response from daemon pull

To use TensorFlow serving, I had to use docker.

I downloaded the TensorFlow image using

JavaScript

After that, I had to start tf serving and map my directories.

JavaScript

As a result I have an error :-

JavaScript

Advertisement

Answer

The volume path contained spaces, putting “” around the path could solve the error

In this case, I changed the name of the directory.

Answered by @ai2ys

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement