RUN wget https://master.dl.sourceforge.net/project/nicehashsgminerv5viptools/APP%20SDK%20A%20Complete%20Development%20Platform/AMD%20APP%20SDK%203.0%20for%2064-bit%20Linux/AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2 && \
tar -xf AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2 && \
printf 'Y\n\n' | sudo ./AMD-APP-SDK-v3.0.130.136-GA-linux64.sh && \
rm AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2
Currently we are using OpenCL driver released in 2019, this by itself is not a huge problem but installing from sourceforge is[1], especially with no hash validation of download files. I managed to get sibernetic working with drivers from ubuntu repo (with some minor changes to handle the OpenCL version upgrade). I'm happy to send the PR, creating this issue to see if there is any interest in that.
I actually updated the driver to check if i will notice any perf improvements, unfortunately I'm not seeing any perf improvement.
[1] https://seclists.org/nmap-dev/2015/q2/194
Currently we are using OpenCL driver released in 2019, this by itself is not a huge problem but installing from sourceforge is[1], especially with no hash validation of download files. I managed to get sibernetic working with drivers from ubuntu repo (with some minor changes to handle the OpenCL version upgrade). I'm happy to send the PR, creating this issue to see if there is any interest in that.
I actually updated the driver to check if i will notice any perf improvements, unfortunately I'm not seeing any perf improvement.
[1] https://seclists.org/nmap-dev/2015/q2/194