dizcza/docker-hashcat

CUDA version compatibility

fa1rid opened this issue · 1 comments

Hi,
I see you use CUDA 10.2 version. Does hashcat work with lower versions like CUDA 10.0?
I have some machines with CUDA 10 installed and I would like to have support for all CUDA versions, 10, 10.1, 10.2
Thanks

Hi, I will be supporting only one minor version per major version. Supporting all cuda versions is not the priority of this docker image.
You can easily change and customize the dockerfile. In your case, you only need to change the first line to FROM nvidia/cuda:10.0-devel-ubuntu18.04