Uses continuumio/miniconda3 to build /env, which contains Python 3, Gunicorn, and Flask
1.1K
Source: https://github.com/Submissions/pyweb
This image uses continuumio/miniconda3 to build /env, which contains Python 3, Gunicorn, and Flask.
See the file builder/conda-package-list.txt for the list of packages and versions included.
The resulting image contains far more software than is needed in production, so pyweb or some other derivative should be deployed instead.
# Dockerfile
FROM debian:stretch-slim
COPY --from=bcmhgscsub/pywebbuilder:latest /env /env/
# Add your own build commands here.
docker build -t bcmhgscsub/pywebbuilder:latest builder
Content type
Image
Digest
Size
-
Last updated
about 8 years ago
docker pull bcmhgscsub/pywebbuilder