Skip to content

Docker image broken in v25.x.x version. Add --noverify in CMD (Dockerfile) #3172

Closed
@garutilorenzo

Description

@garutilorenzo

I've noticed that with the version 25.x.x if I start the container without overriding the entrypoint/command kohya_gui.py, will start the requirements validation:

validation_command = [PYTHON, os.path.join(project_dir, "setup", "validate_requirements.py")]

This will install some extra requirements and brokes the container setup.
The solution is to add --noverify on CMD:

CMD ["python3", "kohya_gui.py", "--listen", "0.0.0.0", "--server_port", "7860", "--headless"]

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