lerobot icon indicating copy to clipboard operation
lerobot copied to clipboard

Fixed Failed Symlink in Dockerfile

Open BaldPulse opened this issue 6 months ago • 0 comments

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

  1. /usr/bin/python is confirmed to exist in the image
  2. The updated dockerfile works in my cloud workflow

How to checkout & try? (for the reviewer)

  1. (Re)Build the docker
  2. Check that /usr/bin/python opens python3.10

Note: Before submitting this PR, please read the contributor guideline.

BaldPulse avatar Jun 20 '25 06:06 BaldPulse