fix(docker): unpin open3d (0.18.0 lacks Python 3.12 wheels)

Made-with: Cursor
This commit is contained in:
Pepijn
2026-04-16 18:07:43 +02:00
parent ec0a5eb5be
commit 672ba4f050
+1 -1
View File
@@ -29,7 +29,7 @@ FROM huggingface/lerobot-gpu:latest
RUN git clone --depth 1 https://github.com/OpenMOSS/VLABench.git ~/VLABench && \
uv pip install --no-cache -e ~/VLABench \
mujoco==3.2.2 dm-control==1.0.22 \
open3d==0.18.0 colorlog scikit-learn
open3d colorlog scikit-learn
# Overlay the PR's source code on top of the nightly image.
COPY --chown=user_lerobot:user_lerobot . .