I tried the method you suggested. It still fails. This is the message I get
:

^C[2]kevin@zeus:~/Projects/docker-nupic > sudo docker build
-t="allanino/nupic" .
Uploading context 133.1 kB
Uploading context
Step 1 : FROM ubuntu
Pulling repository ubuntu
8dbd9e392a96: Pulling fs layer
b750fe79269d: Error pulling image (quantal) from ubuntu, endpoint:
https://cdn-registry-1.docker.io/v1/, exit status 2:
gzip: stdin: unexpected end of fileendent layers
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
b750fe79269d: Error pulling image (quantal) from ubuntu, exit status 2:
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
8dbd9e392a96: Error pulling image (precise) from ubuntu, endpoint:
https://cdn-registry-1.docker.io/v1/, exit status 2: xz: (stdin):
Unexpected end of input
tar: Unexpected EOF in archive
tar: Unexpected EOF in archivehis
tar: Error is not recoverable: exiting now
8dbd9e392a96: Error pulling image (precise) from ubuntu, exit status 2: 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/07 19:28:27 Could not find repository on any of the indexed
registries.

Even the pull from ubuntu fails. Sounds like this is a problem with docker
rather than a particular case about the nupic image. This issue is tracked
here : https://github.com/dotcloud/docker/issues/2461

And I found a more specific issue track about exposing multiple ports here
: https://github.com/dotcloud/docker/issues/1941.
I do not know if it is even relevant, but it throws the same error anyways.




On Tue, Jan 7, 2014 at 7:42 AM, Allan InocĂȘncio de Souza Costa <
[email protected]> wrote:

> Hello Kevin,
>
> Actually there is another way to get the image: build it yourself from the
> Dockerfile.  Just download the Dockerfile from Github <
> https://github.com/allanino/docker-nupic/blob/master/Dockerfile> and in
> the same folder try the command below:
>
> sudo docker build -t="allanino/nupic" .
>
>
> Please, let me know if that works.
>
> Best regards,
> Allan
>
>
>   Em Segunda-feira, 6 de Janeiro de 2014 23:25, "
> [email protected]" <[email protected]>
> escreveu:
>
> 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?
>
>
> _______________________________________________
> nupic mailing list
> [email protected]
> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>
>
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to