6 lines
170 B
Bash
6 lines
170 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Tell build process to exit if there are any errors.
|
|
set -oue pipefail
|
|
|
|
semodule --verbose --install /usr/share/selinux/packages/nvidia-container.pp |