https://github.com/aktech/nvidia-openstack-image
https://github.com/aktech/nvidia-openstack-image
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aktech/nvidia-openstack-image
- Owner: aktech
- Created: 2022-11-09T23:46:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T07:58:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T10:11:47.791Z (over 1 year ago)
- Language: Shell
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```