Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T06:47:40.000Z (10 months ago)
- Last Synced: 2024-11-13T16:44:57.948Z (2 months 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
[![Build Docker images](https://github.com/maxkratz/docker_python-custom/actions/workflows/build.yml/badge.svg)](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).