fix(ci): run profiling container as runner user

This commit is contained in:
Pepijn
2026-04-15 22:47:29 +02:00
parent 48660e7a7c
commit 3ea722c6c0
+1
View File
@@ -98,6 +98,7 @@ jobs:
set -eux
mkdir -p profiling-results
docker run --rm --gpus all \
--user "$(id -u):$(id -g)" \
--shm-size=16g \
-e HF_HOME=/tmp/hf \
-e UV_PROJECT_ENVIRONMENT=/tmp/lerobot-venv \