Skip to content

Commit

Permalink
updated dockerfiles with instructions for dealing with common build f…
Browse files Browse the repository at this point in the history
…ailures and updated base image from python 2.7 to 3.5
  • Loading branch information
cap authored and Chris Pappalardo committed May 23, 2017
1 parent c4a50ed commit 688d297
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#
# docker exec -it zipline zipline run -f /projects/my_algo.py --start 2015-1-1 --end 2016-1-1 /projects/result.pickle
#
FROM python:2.7
FROM python:3.5

#
# set up environment
Expand Down
4 changes: 4 additions & 0 deletions Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
#
# docker build -t quantopian/ziplinedev -f Dockerfile-dev .
#
# Note: the dev build requires a quantopian/zipline image, which you can build as follows:
#
# docker build -t quantopian/zipline -f Dockerfile
#
# To run the container:
#
# docker run -v /path/to/your/notebooks:/projects -v ~/.zipline:/root/.zipline -p 8888:8888/tcp --name ziplinedev -it quantopian/ziplinedev
Expand Down

0 comments on commit 688d297

Please sign in to comment.