Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pchynoweth/docker-pipoe
Docker image for running pipoe
https://github.com/pchynoweth/docker-pipoe
bitbake docker openembedded python yocto
Last synced: 27 days 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 (about 1 year ago)
- Last Synced: 2023-11-05T12:28:33.645Z (about 1 year ago)
- Topics: bitbake, docker, openembedded, python, yocto
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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
```