Package Name:
nvcc
Solution
environment.yml
users
Add in apt.txt
:
libxml2
Add in environment.yml
:
name: yourenv
channels:
- conda-forge
- defaults
dependencies:
- cudatoolkit-dev # example: cudatoolkit-dev=11.1.1
[1]: Why cudatoolkit-dev
? Source
- How is runtime created and what all I can do?
Read about it here .
- Need help in adding some other dependency?
Post a new thread in the challenge you are participating.
- Still facing issue in adding nvcc
?
The dependencies for packages change over time.
In case you are unable to add dependency using the above, please comment on this post.