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:
Pepijn
2026-04-16 20:07:09 +02:00
parent 9c454a42e8
commit 07b0ad8831
+1 -1
View File
@@ -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 . .