lerobot
lerobot copied to clipboard
Fixed Failed Symlink in Dockerfile
What this does
Fixed the symlink for python in cpu dockerfile. This failed link caused problems down the line for certain workflows.
How it was tested
- /usr/bin/python is confirmed to exist in the image
- The updated dockerfile works in my cloud workflow
How to checkout & try? (for the reviewer)
- (Re)Build the docker
- Check that
/usr/bin/pythonopens python3.10
Note: Before submitting this PR, please read the contributor guideline.