Removed depleted files and scripts

This commit is contained in:
Michel Aractingi
2025-03-24 14:41:01 +01:00
committed by AdilZouitine
parent 8e6d5f504c
commit 2945bbb221
15 changed files with 0 additions and 10042 deletions

View File

@@ -1,11 +0,0 @@
FROM huggingface/lerobot-gpu:latest
RUN apt-get update && apt-get install -y --no-install-recommends \
libvulkan1 vulkan-tools \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade --no-cache-dir pip
RUN pip install --no-cache-dir ".[mani-skill]"
# Set EGL as the rendering backend for MuJoCo
ENV MUJOCO_GL="egl"