Skip to content

docker base image - python35, google-cloud libraries + assortment of useful python libs

License

Notifications You must be signed in to change notification settings

lucas-natraj/docker-python35gcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-python35gcp

docker base image - python35, google-cloud libraries + assortment of useful python libs

sample dockerfile

FROM nullreference/python35gcp

ADD requirements.txt /app/
RUN pip install -r requirements.txt
ADD . /app/
CMD gunicorn -b :$PORT main:app

About

docker base image - python35, google-cloud libraries + assortment of useful python libs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages