gitea-image-forge/org/other/python
Nadezhda Fedorova 17619fe844
All checks were successful
Full building alt images / build-process (push) Successful in 9m41s
Full building alt images / test-process (push) Successful in 4m16s
fix from-path in dockerfiles
2024-05-24 17:28:59 +03:00
..
Dockerfile.template fix from-path in dockerfiles 2024-05-24 17:28:59 +03:00
README.md change org struct, change type of tests 2024-05-21 17:39:54 +03:00
test.yaml change org struct, change type of tests 2024-05-21 17:39:54 +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