FROM ghcr.io/collabora/whisperlive-openvino:latest

# Install pyannote.audio and its dependencies.
# --no-cache-dir keeps the image layer smaller.
RUN pip install --no-cache-dir pyannote.audio
