-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for GPU instances on AWS #27
Comments
For my first go at getting a GPU image build I added the following to compute_image_extra.sh, just got this built but nvidia-smi is complaining about drivers. sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo |
As noted by @colinsauze, It is also necessary to increase the size of the image, this can be achieved by adding the following
to the end of the |
It is also necessary to install |
Docs are being updated at https://github.com/willprice/docs/blob/aws-nvidia-instructions/source/running.rst#aws-gpu-nodes |
Once clusterinthecloud/docs#17 is merged, this can be closed. |
Currently launching instances with GPUs on AWS does not provision the VMs with the necessary drivers capable of interacting with the GPUs. It would be good to have some documentation for people who wish to use CitC in this manner. I plan on working on this today and will hopefully submit some PRs with instructions on this.
The text was updated successfully, but these errors were encountered: