Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing nvcc? #142

Open
Ender1618 opened this issue Apr 8, 2021 · 0 comments
Open

Missing nvcc? #142

Ender1618 opened this issue Apr 8, 2021 · 0 comments

Comments

@Ender1618
Copy link

I am on Ubuntu 18.04 and have installed pytorch via:
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch

It works and uses the systems GPU fine.

When running the init.sh script, it fails because it does not have access to nvcc.

When installing pytorch with cudatoolkit=10.2, this does not install nvcc.

The system already has the cuda toolkit installed under /usr/local/cuda-10.2.

But I can't get the pytorch installed via conda to use use the system cuda, it wants to use the the one installed by conda in the local conda environment.

How can can I get init.sh to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant