This is just a simple repo to build and release the phanpy docker image for all to use <3
  • Dockerfile 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-05 22:01:33 +00:00
.forgejo build as nightly 2026-09-05 22:01:33 +00:00
AI_POLICY.md first shot at a basic docker container, complete with workflows 2026-09-05 19:30:24 +02:00
Dockerfile change to unprivileged nginx container 2026-09-05 23:11:27 +02:00
LICENSE Initial commit 2026-09-05 10:37:17 +00:00
README.md add little badges 2026-09-05 23:58:16 +02:00
renovate.json first shot at a basic docker container, complete with workflows 2026-09-05 19:30:24 +02:00

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