udacity / CarND-Term1-Starter-Kit

MIT License
495 stars 602 forks source link

Avoid the build error #103

Closed Tsuihao closed 5 years ago

Tsuihao commented 6 years ago

Hi Udacity,

To use the lastest conda is necessary to succeed the build. Referring to the open issue: https://github.com/udacity/CarND-Term1-Starter-Kit/issues/99

Add RUN conda update -n base conda -y is necessary in both cpu and gpu file.

mvirgo commented 5 years ago

We've since updated the dockerfiles to a version that works for building; thank you for the PR though!