Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 435 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 435 Bytes

docker-python2

Up to date test environment. Modification of docker-python27-pandas

How-to use

  • copy modified requirements.txt from tapway-data
  • commit and push changes to origin/master

Manual tag settings example(useful for mark new):

make
docker images
docker tag <image hash> iarruss/docker-python2:0.1.0
docker push iarruss/docker-python2:0.1.0