updated dockerfiles with instructions for dealing with common build failures and updated base image from python 2.7 to 3.5

This commit is contained in:
cap
2017-05-23 09:57:25 -07:00
committed by Chris Pappalardo
parent 268b1cb6ad
commit c9bbc23bc5
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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