An open API service indexing awesome lists of open source software.

https://github.com/aktech/nvidia-openstack-image


https://github.com/aktech/nvidia-openstack-image

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## Nvidia Images for OpenStack

Creates Ubuntu VM Image with following things installed:

- nvidia drivers
- docker

This uploads the created image to GCS bucket.

### Add Image to OpenStack

```bash
openstack image create ubuntu-2204-nvidia-docker \
--public --disk-format qcow2 \
--container-format bare \
--file .qcow2
```