mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-26 11:16:00 +00:00
fix(docker): unpin open3d (0.18.0 lacks Python 3.12 wheels)
Made-with: Cursor
This commit is contained in:
@@ -29,7 +29,7 @@ FROM huggingface/lerobot-gpu:latest
|
|||||||
RUN git clone --depth 1 https://github.com/OpenMOSS/VLABench.git ~/VLABench && \
|
RUN git clone --depth 1 https://github.com/OpenMOSS/VLABench.git ~/VLABench && \
|
||||||
uv pip install --no-cache -e ~/VLABench \
|
uv pip install --no-cache -e ~/VLABench \
|
||||||
mujoco==3.2.2 dm-control==1.0.22 \
|
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.
|
# Overlay the PR's source code on top of the nightly image.
|
||||||
COPY --chown=user_lerobot:user_lerobot . .
|
COPY --chown=user_lerobot:user_lerobot . .
|
||||||
|
|||||||
Reference in New Issue
Block a user