Skip to content

Commit

Permalink
Mention that currently Ubuntu 17.04 is unsupported
Browse files Browse the repository at this point in the history
(OK it's possible but you have to compile it yourself or not use
NVIDIA's repository)

Now also tested with P100
  • Loading branch information
martbhell committed Jul 19, 2017
1 parent 23b50b7 commit 59965fb
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![Build Status](https://travis-ci.org/CSC-IT-Center-for-Science/ansible-role-cuda.svg)](https://travis-ci.org/CSC-IT-Center-for-Science/ansible-role-cuda)
[![Galaxy Role](https://img.shields.io/badge/ansible--galaxy-cuda-blue.svg)](https://galaxy.ansible.com/CSC-IT-Center-for-Science/cuda/)
[![Build Status](https://travis-ci.org/CSCfi/ansible-role-cuda.svg)](https://travis-ci.org/CSCfi/ansible-role-cuda)
[![Galaxy Role](https://img.shields.io/badge/ansible--galaxy-cuda-blue.svg)](https://galaxy.ansible.com/CSCfi/cuda/)

ansible-role-cuda
=========

Installs CUDA

Tested with Tesla K80, Tesla M40, CentOS7, Ubuntu 16.04, Cuda 7.5 and 8.0
Tested with Tesla P100, K80, Tesla M40, CentOS7, Ubuntu 16.04, Cuda 7.5 and 8.0

Optionally also installs cuda_init which initializes the GPUs during boot.

Expand Down Expand Up @@ -46,6 +46,14 @@ Example Playbook
[deep_learning]
host1.example gpu=True

Example Errors
--------------

This error means you are not using a supported OS (like Ubuntu 17.04 which does not have a cuda URL)
<pre>
"msg": "No file was found when using with_first_found. Use the 'skip: true' option to allow this task to be skipped if no files are found"
</pre>

License
-------

Expand Down

0 comments on commit 59965fb

Please sign in to comment.