Removed depleted files and scripts

This commit is contained in:
Michel Aractingi
2025-03-24 14:41:01 +01:00
parent 1c8daf11fd
commit 2abbd60a0d
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"