https://github.com/tgoelles/python_docker
Basic python docker image base on mini-conda.
https://github.com/tgoelles/python_docker
amd64 arm64 conda docker m1 mac multiplatform python
Last synced: 5 months ago
JSON representation
Basic python docker image base on mini-conda.
- Host: GitHub
- URL: https://github.com/tgoelles/python_docker
- Owner: tgoelles
- License: mit
- Created: 2021-11-29T12:45:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T10:57:25.000Z (over 1 year ago)
- Last Synced: 2025-05-12T14:32:38.459Z (5 months ago)
- Topics: amd64, arm64, conda, docker, m1, mac, multiplatform, python
- Language: Shell
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/tgoelles/Python_docker/actions/workflows/docker-publish.yml)
## Info
A miniconda based Python Docker environment. Made with devcontainers and VS Code in mind.
The image is build and pushed automatically to the github container registry with every new version tag.
For a standalone use or a quick test use:
```bash
docker run -it ghcr.io/tgoelles/python_docker:latest_py3.10
```## Features
* multi architecture: AMD64 and ARM64 (for new Mac chips)
* multi Python versions build
* automatic build with github actions after a new version tag is pushed
* conda and pip packages
* contains handy tools such as imagemagick, hunspell, wget and more
* contains libreoffice to convert office documents inside the container
* using zsh as default shell with powerlevel10k## Developer Notes
* tag and push the version
* github action builds the image and pushes it to the registry