Hi Maik,
I’m currently testing my submission using Docker and when I run the command locally without pushing, everything works as expected:
tira-run --input-dataset generative-ai-authorship-verification-panclef-2025/pan25-generative-ai-detection-smoke-test-20250428-training --image tira/submission-base-image:1.0.0 --command 'python main.py $inputDataset/dataset.jsonl $outputDir'
However, when I add --push true
to the command, I encounter the following error:
docker.errors.APIError: 500 Server Error for http+docker://localhost/v1.47/auth: Internal Server Error ("Get \"https://registry.webis.de/v2/\": unauthorized: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password.")
I also think that my TIRA authentication works correctly using: tira-cli login --token
Could you please help me resolve this push-related registry login problem?
Best regards,
iimasNLP team