Skip to content

Commit

Permalink
proxmox/docker: host reboot notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Koushik Dutta authored and Koushik Dutta committed Aug 4, 2024
1 parent f19c09f commit 6919c26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/docker/install-intel-npu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ dpkg -i *.deb
cd /tmp && rm -rf /tmp/npu

apt-get -y dist-upgrade

if [ -n "$INTEL_FW_NPU" ]
then
echo "Intel NPU firmware was installed. Reboot the host to complete the installation."
fi

0 comments on commit 6919c26

Please sign in to comment.