Deployment

How to self-host a phoenix instance

Phoenix can natively be run as a container that collects traces and evaluations as you run them.

Images

This table lists the images we publish that can be used to run Phoenix.

Image TagDescription

arizephoenix/phoenix:latest

Latest released version of Phoenix using root permissions.

arizephoenix/phoenix:latest-nonroot

Latest released version of Phoenix using nonroot permissions. Ensure the image has the required filesystem permissions before using.

arizephoenix/phoenix:latest-debug

Latest released version of Phoenix using a debug base image.

arizephoenix/phoenix:version-X.X.X

Build for a specific release version using root permissions.

arizephoenix/phoenix:version-X.X.X-nonroot

Build for a specific release version using nonroot permissions.

arizephoenix/phoenix:version-X.X.X-debug

Build for a specific release version using a debug image.

Last updated