<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[docker load -i roskinetic-xenial-opencv.tar gives no such file or directory error]]></title><description><![CDATA[<p dir="auto">I'm trying to build a customized version of the roskinetic docker image mentioned in the <a href="https://docs.modalai.com/docker-on-voxl/" rel="nofollow ugc">docs</a>. I added opencv, cv_bridge, and other misc dependencies to the roskinetic-xenial docker image by installing them with <code>apt</code> inside the image, committing the changes to a new image (roskinetic-xenial:opencv), running <code>docker save roskinetic-xenial:opencv &gt; roskinetic-xenial-opencv.tar</code>, and running <code>adb push roskinetic-xenial-opencv /data/</code>. I get this error when I run <code>docker load -i roskinetic-xenial-opencv.tar</code> inside <code>/data/</code>:</p>
<p dir="auto"><code>Error response from daemon: open /data/tmp/docker-import-737782374/repo/a36ddef81cb09cd9fa7749e7d29fe7ff252301cb330d369f05648c681e726448/layer.tar: no such file or directory</code>.</p>
<p dir="auto">I tried deleting the contents of <code>/data/tmp</code> and restarting VOXL to no avail. I was able to get the original roskinetic-xenial:v1.0 docker image running following the docs linked above, but for some reason, this customized docker image isn't loading.</p>
]]></description><link>https://forum.modalai.com/topic/1123/docker-load-i-roskinetic-xenial-opencv-tar-gives-no-such-file-or-directory-error</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 16:35:42 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/1123.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Jul 2022 22:26:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to docker load -i roskinetic-xenial-opencv.tar gives no such file or directory error on Thu, 14 Jul 2022 23:34:26 GMT]]></title><description><![CDATA[<p dir="auto">Actually, using <code>docker import</code> fixed it, nvm!</p>
]]></description><link>https://forum.modalai.com/post/5204</link><guid isPermaLink="true">https://forum.modalai.com/post/5204</guid><dc:creator><![CDATA[Isabella Yu]]></dc:creator><pubDate>Thu, 14 Jul 2022 23:34:26 GMT</pubDate></item></channel></rss>