Viewing a single comment thread. View all comments

agentfuzzy999 t1_j6uzju1 wrote

You do not need docker. Open a notebook, import torch or tensorflow, check if GPU is available. If true, profit. If false, you have python/framework/CUDA problems.

5

AbCi16 OP t1_j6v0be2 wrote

Command to check gpu availability?

−5

cruddybanana1102 t1_j6wkzwb wrote

If you have Nvidia with CUDA toolkit installed run nvidia-smi and you'll have your answer

1