Fetching metadata from the HF Docker repository...
runtime error
The Dockerfile's USER directive references a user that is not present in the image's /etc/passwd. Use a numeric UID, or ensure the user is created (e.g. via `useradd`) before the USER directive.