rwightman / udacity-driving-reader

Quick docker based reader for udacity rosbag self-driving dataset. Dumps to png/jpg + csv or Tensorflow examples.
Apache License 2.0
162 stars 64 forks source link

New error in .build/sh #29

Open arthur-ru opened 8 months ago

arthur-ru commented 8 months ago

Even after modifying the docker file with the comment in issue #24 and pull request #28, the terminal gives me the following error:

29 | >>> RUN pip install \ 30 | >>> scipy==1.2.3 \ 31 | >>> pandas==0.24.2 \ 32 | >>> jupyter==1.0.0 33 |

ERROR: failed to solve: process "/bin/sh -c pip install scipy==1.2.3 pandas==0.24.2 jupyter==1.0.0" did not complete successfully: exit code: 1

l1onog commented 4 months ago

Hi, @arthur-ru I met the same problem as you, how can I solve it?