https://github.com/maxkratz/docker_python-custom
Docker image for python with some goodies installed
https://github.com/maxkratz/docker_python-custom
docker dockerfile dockerfiles python python3
Last synced: about 1 month ago
JSON representation
Docker image for python with some goodies installed
- Host: GitHub
- URL: https://github.com/maxkratz/docker_python-custom
- Owner: maxkratz
- License: apache-2.0
- Created: 2020-12-19T17:36:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T06:47:40.000Z (about 2 years ago)
- Last Synced: 2025-01-13T03:12:16.907Z (over 1 year ago)
- Topics: docker, dockerfile, dockerfiles, python, python3
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker_python-custom
[](https://github.com/maxkratz/docker_python-custom/actions/workflows/build.yml)
*Unofficial* custom python Docker image for faster CI jobs of other projects of mine.
Prebuild images can be found at [Dockerhub](https://hub.docker.com/r/maxkratz/python-custom).
## Dockerfile
The Dockerfile can be found at:
[https://github.com/maxkratz/docker_python-custom/blob/main/Dockerfile](https://github.com/maxkratz/docker_python-custom/blob/main/Dockerfile)
## What gets installed in this container?
You can find a list of all installed packages (and versions) in [requirements.txt](requirements.txt).
## Issues & Contribution
If you find any problems, bugs or missing packages, feel free to open an [issue on github](https://github.com/maxkratz/docker_python-custom/issues).