| Fix mlflow 3.9.0 on openEuler 24.03-LTS-SP3 Fix PR #1837 CI failure: missing shadow-utils package. The Dockerfile uses groupadd/useradd to create mlflow user, but the openeuler/openeuler:24.03-lts-sp3 base image doesn't include shadow-utils by default, causing "groupadd: command not found" error on both x86_64 and aarch64 architectures. Solution: Install shadow-utils package alongside python3-pip to make user management commands available. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | 5 个月前 |