gitea-image-forge/org/alt/python
2022-12-08 03:59:57 +03:00
..
Dockerfile.template Use install_pakages function in templates 2022-12-08 03:59:57 +03:00
README.md Allow to add other organizations 2022-12-06 04:00:08 +03:00

dockerfiles-alt-python

ALT dockerfile for python.

Image contains python(3) and tools to get upstream python modules. Main purpose of the image is to run python apps using upstream modules.

Copy Dockerfile somewhere and build the image: $ docker build --rm -t <username>/python .

And launch the python container: docker run -it <username>/python