Sign inSign up

bcmhgscsub/pywebbuilder

By bcmhgscsub

Updated about 8 years ago

Uses continuumio/miniconda3 to build /env, which contains Python 3, Gunicorn, and Flask

Image
0

1.1K

bcmhgscsub/pywebbuilder repository overview

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.

To use:
# Dockerfile
FROM debian:stretch-slim
COPY --from=bcmhgscsub/pywebbuilder:latest /env /env/
# Add your own build commands here.
Build:

docker build -t bcmhgscsub/pywebbuilder:latest builder

See:

Tag summary

Content type

Image

Digest

Size

-

Last updated

about 8 years ago

docker pull bcmhgscsub/pywebbuilder