free up ci

This commit is contained in:
Jade Choghari
2025-11-28 11:56:34 +01:00
parent 18fd4f740c
commit 8e633bf7d9
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -64,6 +64,13 @@ jobs:
lfs: true
persist-credentials: false
- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
docker system prune -af || true
- name: Install apt dependencies
run: |
sudo apt-get update && sudo apt-get install -y build-essential \
+1 -1
View File
@@ -158,7 +158,7 @@ all = [
"lerobot[pi]",
"lerobot[smolvla]",
# "lerobot[groot]", TODO(Steven): Gr00t requires specific installation instructions for flash-attn
# "lerobot[xvla]",
"lerobot[xvla]",
"lerobot[hilserl]",
"lerobot[async]",
"lerobot[dev]",