Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Add required dependency 'spacy[ja]' to DockerFile to support enable_text_splitting=True #103

@riven8192

Description

@riven8192

long texts on the TTS endpoint yield:
ImportError: enable_text_splitting=True requires Spacy: pip install spacy[ja]

Given that enable_text_splitting is True by default, please ensure this dependency is added to the Dockerfile
RUN pip install "spacy[ja]"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions