mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
Compare commits
2 Commits
dadc897884
...
c63cea685a
| Author | SHA1 | Date | |
|---|---|---|---|
|
c63cea685a
|
|||
|
aa1c153015
|
1
Makefile
1
Makefile
@@ -1,6 +1,7 @@
|
||||
clean:
|
||||
sudo rm -fr flathub output output-repo
|
||||
sudo podman system prune
|
||||
for container in $$(sudo podman container list --external --format "{{.ID}}"); do sudo podman rm $$container; done
|
||||
|
||||
oci:
|
||||
sudo podman build --network=host -t podman-image .
|
||||
|
||||
27
README.md
27
README.md
@@ -58,3 +58,30 @@ It is possible to keep a revision by pinning it: `ostree admin pin 0`
|
||||
- Chromium
|
||||
- VSCode
|
||||
- NVIDIA Drivers
|
||||
|
||||
## Referenced Sources for NVIDIA Driver Installation
|
||||
|
||||
### NVIDIA
|
||||
|
||||
- https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
|
||||
- https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#handle-uninstallation
|
||||
- https://developer.nvidia.com/cuda-downloads
|
||||
|
||||
### ublue-os
|
||||
|
||||
- https://github.com/ublue-os/main
|
||||
- https://github.com/ublue-os/akmods
|
||||
- https://github.com/ublue-os/hwe/pkgs/container/akmods-nvidia
|
||||
|
||||
### RPM Fusion
|
||||
|
||||
- https://rpmfusion.org/Howto/NVIDIA
|
||||
|
||||
### Bluefin
|
||||
|
||||
- https://github.com/ublue-os/bluefin/blob/main/build_files/base/03-install-kernel-akmods.sh
|
||||
- https://github.com/ublue-os/bluefin/blob/main/build_files/base/19-initramfs.sh
|
||||
|
||||
### Notes
|
||||
|
||||
Those also include links that didn't work out in the end for various reasons, the one I use now is based on extracting the relevant parts of the bluefin scripts.
|
||||
|
||||
Reference in New Issue
Block a user