mandiant / gocrack

GoCrack is a management frontend for password cracking tools written in Go
MIT License
1.12k stars 240 forks source link

Using Nvidia docker instead of reinventing it #53

Closed seadog007 closed 5 years ago

seadog007 commented 5 years ago

I have the issue that the custom docker provided by the project is unable to fetch the device list for my GTX 1060 6G, and I check the the other docker for OpenCL, then I found this.

Nvidia provides the docker for OpenCL, we can just use that for supporting newer devices (GPUs).

tankbusta commented 5 years ago

Hi @seadog007, thanks for the PR! Do you mind updating this to nvidia/opencl:runtime-ubuntu18.04?

codecov-io commented 5 years ago

Codecov Report

Merging #53 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   22.86%   22.86%           
=======================================
  Files          68       68           
  Lines        3604     3604           
=======================================
  Hits          824      824           
  Misses       2712     2712           
  Partials       68       68

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f62786e...d84c954. Read the comment docs.

seadog007 commented 5 years ago

OK, changed

tankbusta commented 5 years ago

Thanks @seadog007!