floydhub / dl-docker

An all-in-one Docker image for deep learning. Contains all the popular DL frameworks (TensorFlow, Theano, Torch, Caffe, etc.)

Home Page:https://www.floydhub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPU image docker pull issue

swigicat opened this issue · comments

I'm getting the following error while trying to pull the CPU image:

$ docker pull floydhub/dl-docker:cpu
cpu: Pulling from floydhub/dl-docker
6c953ac5d795: Pull complete 
3eed5ff20a90: Pull complete 
f8419ea7c1b5: Pull complete 
51900bc9e720: Pull complete 
a3ed95caeb02: Pull complete 
46bb9e850895: Pull complete 
e07079b02cd9: Pull complete 
45bd5a47614d: Pull complete 
4ba5917b4dc5: Pull complete 
e197926eeea3: Pull complete 
376f5cc0ea36: Pull complete 
590b9a27bdc2: Pull complete 
4377eaedc7bc: Pull complete 
ed3b9bf2301a: Pull complete 
aac3c3ae382f: Pull complete 
13397679ef8c: Pull complete 
62d30df21bd1: Pull complete 
3329da8ba1ff: Extracting [==================================================>]    115MB/115MB
669806fb3edd: Download complete 
43a371cb28cc: Download complete 
ffa9a85a3cc7: Download complete 
failed to register layer: Error processing tar file(exit status 1): archive/tar: invalid tar header

Is this related to docker or to your image? Can anyone reproduce this?
My docker version:

dlm@GST-DLM:~/docker-images/dl-docker$ docker version
Client:
 Version:      17.06.0-ce
 API version:  1.30
 Go version:   go1.8.3
 Git commit:   02c1d87
 Built:        Fri Jun 23 21:23:31 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.06.0-ce
 API version:  1.30 (minimum version 1.12)
 Go version:   go1.8.3
 Git commit:   02c1d87
 Built:        Fri Jun 23 21:19:04 2017
 OS/Arch:      linux/amd64
 Experimental: false