Skip to content

Instantly share code, notes, and snippets.

@pratos
Created October 22, 2017 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pratos/1514a82940277f850d25f68b320437e3 to your computer and use it in GitHub Desktop.
Save pratos/1514a82940277f850d25f68b320437e3 to your computer and use it in GitHub Desktop.
Docker image creation logs
•100% ➜ docker build -t tensorflow-av .
Sending build context to Docker daemon  3.584kB
Step 1/6 : FROM python:3.6
 ---> 968120d8cbe8
Step 2/6 : RUN apt-get update
 ---> Running in 20271eafe0d0
Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
Ign http://deb.debian.org jessie InRelease
Get:2 http://deb.debian.org jessie-updates InRelease [145 kB]
Get:3 http://deb.debian.org jessie Release.gpg [2373 B]
Get:4 http://deb.debian.org jessie Release [148 kB]
Get:5 http://security.debian.org jessie/updates/main amd64 Packages [548 kB]
Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [23.1 kB]
Get:7 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
Fetched 9993 kB in 22s (445 kB/s)
Reading package lists...
 ---> 5e9a0085a974
Step 4/6 : RUN pip install --no-cache -r requirements.txt
 ---> Running in 1c5112c4cf35
Collecting bleach==1.5.0 (from -r requirements.txt (line 1))
  Downloading bleach-1.5.0-py2.py3-none-any.whl
Collecting certifi==2016.2.28 (from -r requirements.txt (line 2))
  Downloading certifi-2016.2.28-py2.py3-none-any.whl (366kB)
Collecting cycler==0.10.0 (from -r requirements.txt (line 3))
  Downloading cycler-0.10.0-py2.py3-none-any.whl
Collecting decorator==4.1.2 (from -r requirements.txt (line 4))
  Downloading decorator-4.1.2-py2.py3-none-any.whl
Collecting entrypoints==0.2.3 (from -r requirements.txt (line 5))
  Downloading entrypoints-0.2.3-py2.py3-none-any.whl
Collecting html5lib==0.9999999 (from -r requirements.txt (line 6))
  Downloading html5lib-0.9999999.tar.gz (889kB)
Collecting ipykernel==4.6.1 (from -r requirements.txt (line 7))
  Downloading ipykernel-4.6.1-py3-none-any.whl (104kB)
Collecting ipython==6.2.1 (from -r requirements.txt (line 8))
  Downloading ipython-6.2.1-py3-none-any.whl (745kB)
Collecting ipython-genutils==0.2.0 (from -r requirements.txt (line 9))
  Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting ipywidgets==7.0.3 (from -r requirements.txt (line 10))
  Downloading ipywidgets-7.0.3-py2.py3-none-any.whl (68kB)
Collecting jedi==0.11.0 (from -r requirements.txt (line 11))
  Downloading jedi-0.11.0-py2.py3-none-any.whl (146kB)
Collecting Jinja2==2.9.6 (from -r requirements.txt (line 12))
  Downloading Jinja2-2.9.6-py2.py3-none-any.whl (340kB)
Collecting jsonschema==2.6.0 (from -r requirements.txt (line 13))
  Downloading jsonschema-2.6.0-py2.py3-none-any.whl
Collecting jupyter==1.0.0 (from -r requirements.txt (line 14))
  Downloading jupyter-1.0.0-py2.py3-none-any.whl
Collecting jupyter-client==5.1.0 (from -r requirements.txt (line 15))
  Downloading jupyter_client-5.1.0-py2.py3-none-any.whl (84kB)
Collecting jupyter-console==5.2.0 (from -r requirements.txt (line 16))
  Downloading jupyter_console-5.2.0-py2.py3-none-any.whl
Collecting jupyter-core==4.3.0 (from -r requirements.txt (line 17))
  Downloading jupyter_core-4.3.0-py2.py3-none-any.whl (76kB)
Collecting Markdown==2.6.9 (from -r requirements.txt (line 18))
  Downloading Markdown-2.6.9.tar.gz (271kB)
Collecting MarkupSafe==1.0 (from -r requirements.txt (line 19))
  Downloading MarkupSafe-1.0.tar.gz
Collecting matplotlib==2.1.0 (from -r requirements.txt (line 20))
  Downloading matplotlib-2.1.0-cp36-cp36m-manylinux1_x86_64.whl (15.0MB)
Collecting mistune==0.7.4 (from -r requirements.txt (line 21))
  Downloading mistune-0.7.4-py2.py3-none-any.whl
Collecting nbconvert==5.3.1 (from -r requirements.txt (line 22))
  Downloading nbconvert-5.3.1-py2.py3-none-any.whl (387kB)
Collecting nbformat==4.4.0 (from -r requirements.txt (line 23))
  Downloading nbformat-4.4.0-py2.py3-none-any.whl (155kB)
Collecting networkx==2.0 (from -r requirements.txt (line 24))
  Downloading networkx-2.0.zip (1.5MB)
Collecting notebook==5.2.0 (from -r requirements.txt (line 25))
  Downloading notebook-5.2.0-py2.py3-none-any.whl (8.0MB)
Collecting numpy==1.13.3 (from -r requirements.txt (line 26))
  Downloading numpy-1.13.3-cp36-cp36m-manylinux1_x86_64.whl (17.0MB)
Collecting olefile==0.44 (from -r requirements.txt (line 27))
  Downloading olefile-0.44.zip (74kB)
Collecting opencv-python==3.3.0.10 (from -r requirements.txt (line 28))
  Downloading opencv_python-3.3.0.10-cp36-cp36m-manylinux1_x86_64.whl (15.4MB)
Collecting pandocfilters==1.4.2 (from -r requirements.txt (line 29))
  Downloading pandocfilters-1.4.2.tar.gz
Collecting parso==0.1.0 (from -r requirements.txt (line 30))
  Downloading parso-0.1.0-py2.py3-none-any.whl (89kB)
Collecting pexpect==4.2.1 (from -r requirements.txt (line 31))
  Downloading pexpect-4.2.1-py2.py3-none-any.whl (55kB)
Collecting pickleshare==0.7.4 (from -r requirements.txt (line 32))
  Downloading pickleshare-0.7.4-py2.py3-none-any.whl
Collecting Pillow==4.3.0 (from -r requirements.txt (line 33))
  Downloading Pillow-4.3.0-cp36-cp36m-manylinux1_x86_64.whl (5.8MB)
Collecting prompt-toolkit==1.0.15 (from -r requirements.txt (line 34))
  Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247kB)
Collecting protobuf==3.4.0 (from -r requirements.txt (line 35))
  Downloading protobuf-3.4.0-cp36-cp36m-manylinux1_x86_64.whl (6.2MB)
Collecting ptyprocess==0.5.2 (from -r requirements.txt (line 36))
  Downloading ptyprocess-0.5.2-py2.py3-none-any.whl
Collecting Pygments==2.2.0 (from -r requirements.txt (line 37))
  Downloading Pygments-2.2.0-py2.py3-none-any.whl (841kB)
Collecting pyparsing==2.2.0 (from -r requirements.txt (line 38))
  Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
Collecting python-dateutil==2.6.1 (from -r requirements.txt (line 39))
  Downloading python_dateutil-2.6.1-py2.py3-none-any.whl (194kB)
Collecting pytz==2017.2 (from -r requirements.txt (line 40))
  Downloading pytz-2017.2-py2.py3-none-any.whl (484kB)
Collecting PyWavelets==0.5.2 (from -r requirements.txt (line 41))
  Downloading PyWavelets-0.5.2-cp36-cp36m-manylinux1_x86_64.whl (5.7MB)
Collecting pyzmq==16.0.2 (from -r requirements.txt (line 42))
  Downloading pyzmq-16.0.2-cp36-cp36m-manylinux1_x86_64.whl (3.0MB)
Collecting qtconsole==4.3.1 (from -r requirements.txt (line 43))
  Downloading qtconsole-4.3.1-py2.py3-none-any.whl (108kB)
Collecting scikit-image==0.13.1 (from -r requirements.txt (line 44))
  Downloading scikit_image-0.13.1-cp36-cp36m-manylinux1_x86_64.whl (35.8MB)
Collecting scikit-learn==0.19.0 (from -r requirements.txt (line 45))
  Downloading scikit_learn-0.19.0-cp36-cp36m-manylinux1_x86_64.whl (12.4MB)
Collecting scipy==0.19.1 (from -r requirements.txt (line 46))
  Downloading scipy-0.19.1-cp36-cp36m-manylinux1_x86_64.whl (48.2MB)
Collecting simplegeneric==0.8.1 (from -r requirements.txt (line 47))
  Downloading simplegeneric-0.8.1.zip
Collecting six==1.11.0 (from -r requirements.txt (line 48))
  Downloading six-1.11.0-py2.py3-none-any.whl
Collecting tensorflow==1.3.0 (from -r requirements.txt (line 49))
  Downloading tensorflow-1.3.0-cp36-cp36m-manylinux1_x86_64.whl (43.5MB)
Collecting tensorflow-tensorboard==0.1.8 (from -r requirements.txt (line 50))
  Downloading tensorflow_tensorboard-0.1.8-py3-none-any.whl (1.6MB)
Collecting terminado==0.6 (from -r requirements.txt (line 51))
  Downloading terminado-0.6.tar.gz
Collecting testpath==0.3.1 (from -r requirements.txt (line 52))
  Downloading testpath-0.3.1-py2.py3-none-any.whl (161kB)
Collecting tornado==4.5.2 (from -r requirements.txt (line 53))
  Downloading tornado-4.5.2.tar.gz (483kB)
Collecting traitlets==4.3.2 (from -r requirements.txt (line 54))
  Downloading traitlets-4.3.2-py2.py3-none-any.whl (74kB)
Collecting wcwidth==0.1.7 (from -r requirements.txt (line 55))
  Downloading wcwidth-0.1.7-py2.py3-none-any.whl
Collecting Werkzeug==0.12.2 (from -r requirements.txt (line 56))
  Downloading Werkzeug-0.12.2-py2.py3-none-any.whl (312kB)
Collecting widgetsnbextension==3.0.6 (from -r requirements.txt (line 57))
  Downloading widgetsnbextension-3.0.6-py2.py3-none-any.whl (2.5MB)
Requirement already satisfied: setuptools>=18.5 in /usr/local/lib/python3.6/site-packages (from ipython==6.2.1->-r requirements.txt (line 8))
Requirement already satisfied: wheel>=0.26 in /usr/local/lib/python3.6/site-packages (from tensorflow==1.3.0->-r requirements.txt (line 49))
Installing collected packages: six, html5lib, bleach, certifi, cycler, decorator, entrypoints, wcwidth, prompt-toolkit, ipython-genutils, traitlets, Pygments, parso, jedi, pickleshare, ptyprocess, pexpect, simplegeneric, ipython, python-dateutil, pyzmq, jupyter-core, jupyter-client, tornado, ipykernel, jsonschema, nbformat, mistune, testpath, MarkupSafe, Jinja2, pandocfilters, nbconvert, terminado, notebook, widgetsnbextension, ipywidgets, qtconsole, jupyter-console, jupyter, Markdown, pyparsing, pytz, numpy, matplotlib, networkx, olefile, opencv-python, Pillow, protobuf, PyWavelets, scipy, scikit-image, scikit-learn, Werkzeug, tensorflow-tensorboard, tensorflow
  Running setup.py install for html5lib: started
    Running setup.py install for html5lib: finished with status 'done'
  Running setup.py install for simplegeneric: started
    Running setup.py install for simplegeneric: finished with status 'done'
  Running setup.py install for tornado: started
    Running setup.py install for tornado: finished with status 'done'
  Running setup.py install for MarkupSafe: started
    Running setup.py install for MarkupSafe: finished with status 'done'
  Running setup.py install for pandocfilters: started
    Running setup.py install for pandocfilters: finished with status 'done'
  Running setup.py install for terminado: started
    Running setup.py install for terminado: finished with status 'done'
  Running setup.py install for Markdown: started
    Running setup.py install for Markdown: finished with status 'done'
  Running setup.py install for networkx: started
    Running setup.py install for networkx: finished with status 'done'
  Running setup.py install for olefile: started
    Running setup.py install for olefile: finished with status 'done'
Successfully installed Jinja2-2.9.6 Markdown-2.6.9 MarkupSafe-1.0 Pillow-4.3.0 PyWavelets-0.5.2 Pygments-2.2.0 Werkzeug-0.12.2 bleach-1.5.0 certifi-2016.2.28 cycler-0.10.0 decorator-4.1.2 entrypoints-0.2.3 html5lib-0.9999999 ipykernel-4.6.1 ipython-6.2.1 ipython-genutils-0.2.0 ipywidgets-7.0.3 jedi-0.11.0 jsonschema-2.6.0 jupyter-1.0.0 jupyter-client-5.1.0 jupyter-console-5.2.0 jupyter-core-4.3.0 matplotlib-2.1.0 mistune-0.7.4 nbconvert-5.3.1 nbformat-4.4.0 networkx-2.0 notebook-5.2.0 numpy-1.13.3 olefile-0.44 opencv-python-3.3.0.10 pandocfilters-1.4.2 parso-0.1.0 pexpect-4.2.1 pickleshare-0.7.4 prompt-toolkit-1.0.15 protobuf-3.4.0 ptyprocess-0.5.2 pyparsing-2.2.0 python-dateutil-2.6.1 pytz-2017.2 pyzmq-16.0.2 qtconsole-4.3.1 scikit-image-0.13.1 scikit-learn-0.19.0 scipy-0.19.1 simplegeneric-0.8.1 six-1.11.0 tensorflow-1.3.0 tensorflow-tensorboard-0.1.8 terminado-0.6 testpath-0.3.1 tornado-4.5.2 traitlets-4.3.2 wcwidth-0.1.7 widgetsnbextension-3.0.6
 ---> 029e0ab747ce
Removing intermediate container 1c5112c4cf35
Step 5/6 : EXPOSE 8888
 ---> Running in f87ef2b0b2f2
 ---> 56210a88459b
Removing intermediate container f87ef2b0b2f2
Step 6/6 : CMD jupyter notebook --no-browser --ip=0.0.0.0 --allow-root --NotebookApp.token='demo'
 ---> Running in 141877d08993
 ---> 13d308ba411a
Removing intermediate container 141877d08993
Successfully built 13d308ba411a
Successfully tagged tensorflow-av:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment