Sign inSign up

atomcream/python

By atomcream

Updated over 4 years ago

This is a repo for Python images basically for web development.

Image
0

6.6K

atomcream/python repository overview

Python web image

General info

This is a repo for Python images basically for web development.

This image contains the stable version of Python 3.7.4 and above and the following things:

  • uwsgi (latest stable LTE release);
  • latest pip version.

Usage

FROM atomcream/python:3.7.4u

COPY requirements.txt /requirements.txt

RUN pip install -r /requirements.txt;

...

The GitLab repo is https://gl.atomcream.com/boilerplates/docker-hub/python.

Licence

Check it out.

Tag summary

Content type

Image

Digest

Size

147.3 MB

Last updated

about 7 years ago

docker pull atomcream/python