algorithmiaio / langpacks

Standardized builder and runners for Algorithmia algorithms
https://algorithmia.com/
MIT License
16 stars 9 forks source link

Algo-XXX add nvidia support to validator #131

Closed zeryx closed 4 years ago

zeryx commented 4 years ago

This PR adds nvidia/cuda support to docker runtimes when requested by the user. Simply add the --nvidia-support flag, and ensure that you're base image extends/is nvidia/cuda:xxx.

zeryx commented 4 years ago

rebased from master as it got out of sync.