dizcza / docker-hashcat

Latest hashcat docker for CUDA, OpenCL, and POCL. Deployed on Vast.ai
MIT License
133 stars 37 forks source link

CUDA version compatibility #7

Closed fa1rid closed 4 years ago

fa1rid commented 4 years ago

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

dizcza commented 4 years ago

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