From 1bb62aa0c54a145921d319b4a9086ca8621b4ae6 Mon Sep 17 00:00:00 2001 From: Pepijn Date: Wed, 8 Apr 2026 09:34:08 +0200 Subject: [PATCH] fix(ci): set LIBERO_DATA_FOLDER to bypass interactive stdin prompt libero/__init__.py calls input() to ask about a custom dataset path, which raises EOFError when stdin is closed inside Docker. Setting LIBERO_DATA_FOLDER skips the prompt entirely. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/benchmark_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark_tests.yml b/.github/workflows/benchmark_tests.yml index 07155730d..41076f4f4 100644 --- a/.github/workflows/benchmark_tests.yml +++ b/.github/workflows/benchmark_tests.yml @@ -103,6 +103,7 @@ jobs: --shm-size=4g \ -e HF_HOME=/tmp/hf \ -e HF_USER_TOKEN="${HF_USER_TOKEN}" \ + -e LIBERO_DATA_FOLDER=/tmp/libero_data \ lerobot-benchmark-libero:ci \ bash -c " hf auth login --token \"\$HF_USER_TOKEN\" --add-to-git-credential 2>/dev/null || true