[Information] Solving the error when switching from iGPU to dGPU mode in Clara Holoscan SDK v0.1

When switching from iGPU to dGPU mode (sudo nvgpuswitch.py install dGPU), currently there is a known error in Holoscan SDK v0.1:
nvidia-container-runtime : Depends: nvidia-container-toolkit (>= 1.4.2) but 1.0.1-1 is to be installed

To resolve this error, run
sudo apt-get install nvidia-container-toolkit=1.5.1-1
before running the nvgpuswitch.py script