mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user