Vagrant + Ubuntu + Docker was very easy to set up and runs well on my dinosaur Mac laptop, and I'll guess it would be smooth on Mint as well.
I've gotten Docker working on Gentoo but it was a big pain and I've seen a couple of kernel panics -- never in my previous 5 years or so on Gentoo. (It's possible that the panics are because I'm using a custom kernel for AUFS, and in principle it's now possible to run Docker without AUFS, but that looked even more complicated.) I haven't quite gotten it working on Arch and that's been a little obnoxious too (but I don't know Arch as well as Gentoo). I'm not generally a fan of Ubuntu but it's very much the path of least resistance for Docker. - Kevin On Jan 6, 2014, at 11:09 AM, Jeff Fohl wrote: I believe that pull is the only way to get the docker image. It sounds like something went wrong in the pull. I am not sure if Docker will work on Mint. On their website, they say that they support Ubuntu, Gentoo, Arch, and Fedora. I would try Ubuntu if you can. Allan wrote some steps in his Github page, but it sounds like you cannot get past step one: https://github.com/allanino/docker-nupic - Jeff On Mon, Jan 6, 2014 at 7:51 AM, Kevin Martin <[email protected]<mailto:[email protected]>> wrote: This is so sad. I tried using the docker but I cannot pull the image. It "Unexpected end of archive" at about 11mb. Here is the full error : Pulling repository allanino/nupic 126d0bdc5d96: Error pulling image (latest) from allanino/nupic, endpoint: https://cdn-registry-1.docker.io/v1/, exit status 2: tar: Ignoring unknown extended header keyword `SCHILY.fflags' xz: (stdin): Unexpected end of inputndent layers tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now 126d0bdc5d96: Error pulling image (latest) from allanino/nupic, exit status 2: tar: Ignoring unknown extended header keyword `SCHILY.fflags' xz: (stdin): Unexpected end of input tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now 2014/01/06 21:19:35 Could not find repository on any of the indexed registries. Actually I have been using linux mint kde. Maybe I should try using ubuntu in vmware and then attempt the installation again. Is there a way to download the docker image separately? Is the pull command the only way? On Sat, Jan 4, 2014 at 1:20 AM, Jeff Fohl <[email protected]<mailto:[email protected]>> wrote: Kevin - if you are developing on Ubuntu, and are having trouble with dependencies, you might want to try this Docker file that Allan Costa built: https://github.com/Allanino/docker-nupic You will need to install Docker first: http://www.docker.io/ Docker is a way to handle environment dependencies in a repository-type fashion, using Linux containers. I successfully built it this morning and successfully ran all the unit tests including testeverything - though I am running Ubuntu as a virtual machine through VirtualBox on OSX. - Jeff On Thu, Jan 2, 2014 at 10:39 PM, Kevin Martin <[email protected]<mailto:[email protected]>> wrote: Hi Matthew, After a bit thinking, I came to realize I did not exactly read about the hackathon. I came to know about it from the OSCON presentation I guess. I'm not sure. Thanks for creating the ticket and for the links. Kevin Martin Jose _______________________________________________ nupic mailing list [email protected]<mailto:[email protected]> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org _______________________________________________ nupic mailing list [email protected]<mailto:[email protected]> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org _______________________________________________ nupic mailing list [email protected]<mailto:[email protected]> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org _______________________________________________ nupic mailing list [email protected]<mailto:[email protected]> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org ________________________________ The material in this message is private and may contain Protected Healthcare Information (PHI). If you are not the intended recipient, be advised that any unauthorized use, disclosure, copying or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this email in error, please immediately notify the sender via telephone or return mail.
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
