Improbable-AI / walk-these-ways

Sim-to-real RL training and deployment tools for the Unitree Go1 robot.
https://gmargo11.github.io/walk-these-ways/
Other
488 stars 129 forks source link

open /var/lib/docker/tmp/docker-import-221834566/repositories: no such file or directory #47

Closed KK-Zhou closed 11 months ago

KK-Zhou commented 11 months ago

When I was trying to install the docker to unitree-desktop by the command: sudo ../installer/install_deployment_code.sh, the error as the title shown has happened. Have some convenient ways to solve this problem? Thanks a lot!

gmargo11 commented 11 months ago

Hi @SDU-KIKI ,

Another user encountered the same error before: https://github.com/Improbable-AI/walk-these-ways/issues/42

Check the md5sum of deployment_image.tar and follow the other suggestions in that issue, then let me know if the problem persists?

-Gabe

KK-Zhou commented 11 months ago

Thank you for your solution!I have settled this error down by deleting the deployment_image.tar I download before, which was 0 byte due to the network problem. Then I retried to download it and was successful.