mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-26 11:16:00 +00:00
fix(docker): add openai dep for VLABench gpt_utils
VLABench.utils.gpt_utils imports openai (for LLM instruction generation). Triggered transitively via dm_task.py. Not used by eval but required at import time. Made-with: Cursor
This commit is contained in:
@@ -40,7 +40,7 @@ p.write_text(t.replace( \
|
||||
'if not os.path.isdir(xml_dir): return []\n subdirs = os.listdir(xml_dir)'))" && \
|
||||
uv pip install --no-cache -e ~/VLABench -e ~/rrt-algorithms \
|
||||
mujoco==3.2.2 dm-control==1.0.22 \
|
||||
open3d colorlog scikit-learn
|
||||
open3d colorlog scikit-learn openai
|
||||
|
||||
# Overlay the PR's source code on top of the nightly image.
|
||||
COPY --chown=user_lerobot:user_lerobot . .
|
||||
|
||||
Reference in New Issue
Block a user