Update hw-acceleration.sh
This commit is contained in:
parent
bed4d7c9b3
commit
87e5204abe
@ -125,10 +125,10 @@ function main() {
|
|||||||
minor=$(nvidia_select_gpu_minor)
|
minor=$(nvidia_select_gpu_minor)
|
||||||
nvidia_lxc_passthrough "$ctid" "$minor" && updated=1
|
nvidia_lxc_passthrough "$ctid" "$minor" && updated=1
|
||||||
;;
|
;;
|
||||||
# amd)
|
amd)
|
||||||
# msg info "Applying AMD passthrough to CT $ctid..."
|
msg info "Applying AMD passthrough to CT $ctid..."
|
||||||
# passthrough_amd_to_lxc "$ctid" && install_amd_tools_in_ct "$ctid" && updated=1
|
passthrough_amd_to_lxc "$ctid" && install_amd_tools_in_ct "$ctid" && updated=1
|
||||||
# ;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user