Closed Tsuihao closed 5 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.
conda update -n base conda -y
We've since updated the dockerfiles to a version that works for building; thank you for the PR though!
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.