This is just a simple repo to build and release the phanpy docker image for all to use <3
- Dockerfile 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo | ||
| AI_POLICY.md | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
Phanpy Docker image
This is just a simple repo to build and release the phanpy docker image for all to use <3
You can checkout the official Phanpy Project Repo for more info about Phanpy itself!
This image is built and released every night to a nightly tag, but we also grab the latest official release tag and build that.
Build Locally
For a generic docker image, you can do:
docker build ./generic -t openengineering/phanpy:dev
Then you can run:
docker run --rm -p 8000:8090 openengineering/phanpy:dev