Y
Hacker News
new
|
ask
|
show
|
jobs
by
anonymousDan
1526 days ago
Is there an easy way to create a similar dev environment for training on Linux that will take care of all the CUDA driver nonsense?
1 comments
bfirsh
1526 days ago
You can do this with Cog! Once you've written cog.yaml, you can run arbitrary commands inside the environment which has CUDA installed correctly:
$ cog run python train.py
link