mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 12:09:42 +00:00
fix(ci): run profiling container as runner user
This commit is contained in:
@@ -98,6 +98,7 @@ jobs:
|
|||||||
set -eux
|
set -eux
|
||||||
mkdir -p profiling-results
|
mkdir -p profiling-results
|
||||||
docker run --rm --gpus all \
|
docker run --rm --gpus all \
|
||||||
|
--user "$(id -u):$(id -g)" \
|
||||||
--shm-size=16g \
|
--shm-size=16g \
|
||||||
-e HF_HOME=/tmp/hf \
|
-e HF_HOME=/tmp/hf \
|
||||||
-e UV_PROJECT_ENVIRONMENT=/tmp/lerobot-venv \
|
-e UV_PROJECT_ENVIRONMENT=/tmp/lerobot-venv \
|
||||||
|
|||||||
Reference in New Issue
Block a user