Commit Graph

30 Commits

Author SHA1 Message Date
Peter Parente
236802be1f Update Dockerfile
* Use nodejs, CHP from condaforge
* Bump the version of conda used
2016-11-07 18:46:04 -08:00
Min RK
f1a55e31ce Dockerfile: set debian CDN
because the default httpredir fails with some regularity

based on info from http://deb.debian.org
2016-09-26 16:58:31 +02:00
Min RK
35c261d0ed better Dockerfile comments from Carol 2016-04-21 21:32:36 +02:00
Min RK
9fed0334c8 jupyterhub path in dockerfiles 2016-04-20 14:43:25 +02:00
Min RK
8b61eb7347 install from miniconda 4.0.5
- checksum miniconda installer
- move jupyterhub src to /src/jupyterhub
2016-04-19 13:21:25 +02:00
Min RK
9cdda101c7 Move onbuild step to jupyterhub-onbuild
Removes onbuild from from jupyter/jupyterhub image,
though it remains incomplete and will not run without a config file.
2016-04-19 13:21:24 +02:00
Fokko Driesprong
1ae795df18 Changed domain of the label to .org 2016-02-09 14:16:50 +01:00
Fokko Driesprong
2aacd5e28b Added label to dockerfile for referencing 2016-02-08 17:16:20 +01:00
Min RK
6a3d790f49 install locale in Dockerfile
and do a little cleanup of temporary installation files
2016-01-25 12:32:32 +01:00
Min RK
1a4226419f Base Dockerfile on debian:jessie
rather than jupyter/notebook

and use conda to get Python 3.5

No longer includes single-user server dependencies
2016-01-20 14:33:39 +01:00
Min RK
37f736cf45 install nodejs with one command in Dockerfile 2015-11-17 14:54:06 +01:00
Fokko Driesprong
9e738a62d1 Added npm/node which fixes the Dockerfile 2015-11-16 15:55:41 +01:00
Dietmar Winkler
0d6ee3c63c ipython/ipython is deprecated.
The correct one is now jupyter/notebook
2015-07-09 09:53:18 +02:00
Min RK
9af29126ab remove errant npm install from Dockerfile 2015-03-05 11:25:42 -08:00
Min RK
7930d81d0c don't pretend npm install -g works
install configurable-http-proxy

because dependencies aren't installed anywhere on PATH
2015-03-05 10:12:52 -08:00
Min RK
9cbf30dfb9 use npm install in Dockerfile 2015-03-04 16:56:06 -08:00
Min RK
a2c23eed23 install requirements as discrete step in docker file
avoids reinstalling requirements on every change after `ADD .`
2015-01-07 17:12:29 -08:00
Min RK
0562e0491b Jupyter has a mailing list 2014-11-25 11:02:27 -08:00
Min RK
c19ecdd1b2 Don't install requirements in Dockerfile
`pip install .` covers that

The one exception is IPython master,
which is inherited from the base image.
2014-11-08 21:02:46 -08:00
Min RK
e6335482c5 update some file names
default config file is now `jupyterhub_config.py`,
to be consistent with everything else

add config files, runtime files to .gitignore
2014-11-04 11:58:33 -08:00
MinRK
9e75d8248f add sudo example Dockerfile 2014-10-21 20:04:12 -07:00
MinRK
9178e361b9 export port 8000 in dockerfile 2014-09-24 21:10:41 -07:00
MinRK
c5926ff1bc derive Dockerfile from ipython/ipython:master
add ONBUILD ADD jupyter_hub_config.py so derivative images
can configure the hub server.
2014-09-24 20:53:08 -07:00
Kyle Kelley
315accc4b9 Ensure python3 is aliased 2014-09-15 00:34:02 +00:00
Kyle Kelley
2f71b18deb [Docker] Make bower installation separate. 2014-09-14 17:09:20 +00:00
Kyle Kelley
36ba03de74 Switch to Python 3, use python3 entry 2014-09-14 03:54:19 +00:00
Kyle Kelley
183e52dd01 Reorder Dockerfile, include Maintainer 2014-09-13 16:00:25 -05:00
Kyle Kelley
e5e605ca8e Take out bower and css commands 2014-09-13 15:45:30 -05:00
Kyle Kelley
f33cb43771 Expose 8000 2014-09-12 05:22:10 +00:00
Kyle Kelley
6b18b1ab41 Simple Dockerfile 2014-09-12 05:21:23 +00:00