-
Notifications
You must be signed in to change notification settings - Fork 353
Docker looks for non-existent huggingface/lerobot commit ID #313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am unable to reproduce the issue but we'll discuss this with our friends at LeRobot and try to figure out a better way to pull the LeRobot dependencies into this codebase. |
I've looked into it, commit still exists at huggingface/lerobot@6674e36 The url works again when preprending the commit SHA with
|
We're working towards a proper package release on pypi as fast as possible, hopefully in the coming months. In the meantime, locking lerobot version with a commit hash is probably the best way to do it. |
Thanks @aliberts ! @hypercosmac , are you still running into this issue? |
Thanks all, @uzhilinsky I no longer have the issue, not sure what caused it. |
If someone encountered this issue, Don't forget to execute |
I have the same problem, running this command causes it to appear. |
Command:
$ openpi % docker compose -f examples/aloha_sim/compose.yml up --build
Error:
Caused by: Failed to download and build
lerobot @ git+https://github.com/huggingface/lerobot@6674e368249472c91382eb54bb8501c94c7f0c56
failed to solve: process "/bin/sh -c GIT_LFS_SKIP_SMUDGE=1 uv sync --frozen --no-install-project --no-dev" did not complete successfully: exit code: 2
This commit doesn't exist anymore - https://github.com/huggingface/lerobot/6674e368249472c91382eb54bb8501c94c7f0c56
I've tried updating reference in pyproject.toml but it still fails
Full Output:
The text was updated successfully, but these errors were encountered: