udacity / CarND-Term1-Starter-Kit

MIT License
495 stars 602 forks source link

Update environment-gpu.yml #98

Closed jayrodge closed 5 years ago

jayrodge commented 6 years ago

I figured out after struggling with my carnd-term1 env for 2 days, and found out that cuda 8.0 is required. Same problem occured in my aws instance and found installing cuda 8.0 and cudnn 5.1 resolved the errors. Here's the link to my issues: https://discussions.udacity.com/t/tensorflow-problem-in-starter-kit-test/601283/9 https://discussions.udacity.com/t/receiving-aborted-core-dumped-error/695649/3

mvirgo commented 5 years ago

Thanks for the note! This is already mentioned in the Configuring for Anaconda instructions. Skipping on hard-coding it so it's easier to change between versions as desired, plus different systems will have issues with installing them this way.

jayrodge commented 5 years ago

Thanks for the feedback @mvirgo!