This is a repo for Python images basically for web development.
6.6K
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:
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.
Content type
Image
Digest
Size
147.3 MB
Last updated
about 7 years ago
docker pull atomcream/python