ryankennedyio / deep-dream-generator

#deepdream in a docker environment, to save you 8 hours of setup headaches.
196 stars 53 forks source link

can't seem to pull docker #9

Closed karelbilek closed 9 years ago

karelbilek commented 9 years ago

I can't pull the docker. Docker just throws a mysterious error when trying to pull ipython/ipython

Pulling repository ipython/ipython
4fb8f16a0bfe: Error pulling image (3.x) from ipython/ipython, HTTP code 400 
428b411c28f0: Download complete 
435050075b3f: Download complete 
9fd3c8c9af32: Download complete 
6d4946999d4f: Download complete 
9bd2d4fa7079: Download complete 
d6d97543cd83: Download complete 
7f13ac159046: Download complete 
a15e944e9b19: Download complete 
ee69352e1c03: Error pulling dependent layers

Looking at the dockerfile of ipython/ipython, it's deprecated

# DEPRECATED: You probably want jupyter/notebook

I will try to replace ipython/ipython (in your dockerfile) with jupyter/notebook and see what happens. Maybe I'll add a PR, maybe not

ryankennedyio commented 9 years ago

@runn1ng Any luck? I didn't run into this when working on it at all.

karelbilek commented 9 years ago

I "fixed" it by installing a new docker version. The one that is included in ubuntu repository - 1.0.1 - just didn't work.