Min RK
edcc91765d
update Dockerfile
...
with new current repo layout
2015-05-20 22:02:38 -07:00
Peter Parente
0a57949cce
Bump less to @<3.0 so setup.py css works
2015-01-21 22:08:39 -05:00
Doug Blank
e44567fc4e
Update Dockerfile
...
Latest master removed the `--system` flag. You can pass a `--user` flag for non-system install.
2014-12-29 12:33:11 -05:00
Kyle Kelley
b97279a89c
Pin the version of less used in the Dockerfile.
2014-11-30 20:24:25 -06:00
Jessica Frazelle
6abb4e7e55
Update Dockerfile.
...
Fixed to not use `apt-get upgrade` &
`apt-get update` is not on a single line
re: dockerfile best practices
https://docs.docker.com/articles/dockerfile_best-practices/
Signed-off-by: Jessica Frazelle <jess@docker.com>
2014-10-29 14:23:26 -07:00
MinRK
41cfd4f5cf
use invoke instead of fabric
...
it's the descendant of the part of fabric we actually use,
it doesn't have complex compiled dependencies like fabric,
and it works on Python 3.
2014-10-15 16:53:07 -07:00
MinRK
cb005e916c
run iptest in Dockerfile
...
and install sphinx with apt, since it's super slow
because of 2to3
2014-09-26 11:27:22 -07:00
Kyle Kelley
8417a9f9b5
Make this a solid, minimal base image.
...
This was taken almost entirely from the original ipython/base image.
The plan is to have the ipython/scipystack image derive from this one
in the future and for builds to get setup.
2014-09-25 02:49:27 +00:00
MinRK
52434ef364
use file://$PWD#egg=ipython[all] in Dockerfile
...
so we can install ipython[all] with pip.
Because .[all] doesn't work for whatever reason.
Removes need to install other dependencies with pip beforehand.
2014-09-24 16:14:14 -07:00
Kyle Kelley
9611044373
Update Dockerfile
2014-09-24 16:12:22 -07:00
Kyle Kelley
c36b861209
Definitely don't want the direct submodule stuff
2014-09-24 16:12:22 -07:00
Kyle Kelley
e0b822b264
Toss opinionated user creation out
2014-09-24 16:12:21 -07:00
Kyle Kelley
78b7d5f800
Switch back to ADD
2014-09-24 16:12:21 -07:00
Kyle Kelley
66bdfded98
More workarounds
2014-09-24 16:12:21 -07:00
Kyle Kelley
f79edfc290
Permissions everywhere
2014-09-24 16:12:21 -07:00
Kyle Kelley
8b61460bed
Workaround limitations in Docker Hub
2014-09-24 16:12:21 -07:00
Kyle Kelley
89b4ef2660
Create IPython profile with jupyter permissions
2014-09-24 16:12:21 -07:00
Kyle Kelley
b0159a3bdb
/srv/ was already created, just ensure its there
2014-09-24 16:12:20 -07:00
Kyle Kelley
88657b8d3b
Clone ipython/ipython directly
2014-09-24 16:12:20 -07:00
Kyle Kelley
3db038faed
Try out setup.py submodule
2014-09-24 16:12:20 -07:00
Kyle Kelley
b4e8ee3101
Submodule updating, comments
2014-09-24 16:12:20 -07:00
Kyle Kelley
3231bfe2f6
Instructions inside the Dockerfile
2014-09-24 16:12:20 -07:00
Kyle Kelley
73f75ab4fb
install direct dependencies, kernels
2014-09-24 16:12:20 -07:00
Kyle Kelley
70f63744f2
Dockerfile to track the latest master
2014-09-24 16:12:20 -07:00