https://github.com/pchynoweth/docker-pipoe
Docker image for running pipoe
https://github.com/pchynoweth/docker-pipoe
bitbake docker openembedded python yocto
Last synced: about 1 month ago
JSON representation
Docker image for running pipoe
- Host: GitHub
- URL: https://github.com/pchynoweth/docker-pipoe
- Owner: pchynoweth
- License: mit
- Created: 2023-09-15T16:29:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-05T11:46:45.000Z (over 1 year ago)
- Last Synced: 2025-01-25T19:42:00.881Z (3 months ago)
- Topics: bitbake, docker, openembedded, python, yocto
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-pipoe
Docker image for running [pipoe](https://pypi.org/project/pipoe/)## Usage
```bash
podman run --rm -it -v $PWD:/work pipoe:latest pipoe --python python3 -p glob2
```