Search Docker Hub
python35gcp
By nullreference
docker base image - python35, google-cloud libraries + assortment of useful python libs
1.5K
FROM nullreference/python35gcp ADD requirements.txt /app/ RUN pip install -r requirements.txt ADD . /app/ CMD gunicorn -b :$PORT main:app
Content type
Image
Digest
Size
609 MB
Last updated
over 9 years ago
docker pull nullreference/python35gcp