You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @itamarhaber
I am trying to install Tensorflow from Source for this project using this Dockerfile https://github.com/RedisAI/RedisAI/blob/master/opt/build/tensorflow/Dockerfile.x64
like that cd EdgeRealtimeVideoAnalytics/RedisAI/opt/build/tensorflow/ and run docker build -t tfbuild .
but it failed at
Removing intermediate container 7f33af2f5160
---> 6892a9d4d3f0
Step 39/41 : ADD ./opt/readies/ /build/readies/ ADD failed: stat /var/lib/docker/tmp/docker-builder319108304/opt/readies: no such file or directory
Thanks
The text was updated successfully, but these errors were encountered:
Hi @itamarhaber
I am trying to install Tensorflow from Source for this project using this Dockerfile https://github.com/RedisAI/RedisAI/blob/master/opt/build/tensorflow/Dockerfile.x64
like that
cd EdgeRealtimeVideoAnalytics/RedisAI/opt/build/tensorflow/ and run docker build -t tfbuild .
but it failed at
Removing intermediate container 7f33af2f5160
---> 6892a9d4d3f0
Step 39/41 : ADD ./opt/readies/ /build/readies/
ADD failed: stat /var/lib/docker/tmp/docker-builder319108304/opt/readies: no such file or directory
Thanks
The text was updated successfully, but these errors were encountered: