JetPack 6.0 and 6.1 failing install of nvidia container runtime with docker integration

I am trying to flash my NVIDIA AGX Orin DevKit with JetPack 6.1. I am selecting just the default options from the SDKManager, but the install is failing. This also occurs with the same errors when installing JetPack 6.0. Interestingly the JetPack 6.0 installation was working a few weeks ago, so I believe it may be a recent update of packages that has broken something. The specific errors I am seeing the SDManager terminal are

> 
> 07:38:29 INFO: NVIDIA Container Runtime with Docker integration (Beta) - target: sudo nvidia-ctk runtime configure --runtime=docker
> 
> 07:38:29 INFO: NVIDIA Container Runtime with Docker integration (Beta) - target: sudo systemctl restart docker
> 
> 07:38:29 INFO: NVIDIA Container Runtime with Docker integration (Beta) - target: **********************
> 
> 07:38:29 INFO: NVIDIA Container Runtime with Docker integration (Beta) - target: exec_command: scp -q -o PreferredAuthentications=password -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no /home/user_01/.nvsdkm/replays/scripts/JetPack_6.1_Linux/NV_L4T_DOCKER_TARGET_POST_INSTALL_COMP.sh nvidia@[192.168.55.1]:~; ssh -t -q -o PreferredAuthentications=password -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no nvidia@192.168.55.1 "set -o pipefail; ~/NV_L4T_DOCKER_TARGET_POST_INSTALL_COMP.sh | sed 's/^/SDKM_INSTALL_ERROR /' && rm -f ~/NV_L4T_DOCKER_TARGET_POST_INSTALL_COMP.sh"
> 
> 07:38:29 INFO: NVIDIA Container Runtime with Docker integration (Beta) - target: [target] nvidia@192.168.55.1's password:
> 
> 07:38:30 INFO: NVIDIA Container Runtime with Docker integration (Beta) - target: [target] nvidia@192.168.55.1's password:
> 
> 07:38:30 INFO: NVIDIA Container Runtime with Docker integration (Beta) - target: [target] [sudo] password for nvidia:
> 
> 07:38:31 ERROR: NVIDIA Container Runtime with Docker integration (Beta) - target: time="2025-02-26T07:38:30-05:00" level=info msg="Config file does not exist; using empty config"
> 
> 07:38:31 ERROR: NVIDIA Container Runtime with Docker integration (Beta) - target: time="2025-02-26T07:38:30-05:00" level=info msg="Wrote updated config to /etc/docker/daemon.json"
> 
> 07:38:31 ERROR: NVIDIA Container Runtime with Docker integration (Beta) - target: time="2025-02-26T07:38:30-05:00" level=info msg="It is recommended that docker daemon be restarted."
> 
> 07:38:31 ERROR: NVIDIA Container Runtime with Docker integration (Beta) - target: Job for docker.service failed because the control process exited with error code.
> 
> 07:38:31 ERROR: NVIDIA Container Runtime with Docker integration (Beta) - target: See "systemctl status docker.service" and "journalctl -xeu docker.service" for details.
> 
> 07:38:31 ERROR: NVIDIA Container Runtime with Docker integration (Beta) - target: [exec_command]: /bin/bash -c scp -q -o PreferredAuthentications=password -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no /home/user_01/.nvsdkm/replays/scripts/JetPack_6.1_Linux/NV_L4T_DOCKER_TARGET_POST_INSTALL_COMP.sh nvidia@[192.168.55.1]:~; ssh -t -q -o PreferredAuthentications=password -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no nvidia@192.168.55.1 "set -o pipefail; ~/NV_L4T_DOCKER_TARGET_POST_INSTALL_COMP.sh | sed 's/^/SDKM_INSTALL_ERROR /' && rm -f ~/NV_L4T_DOCKER_TARGET_POST_INSTALL_COMP.sh"; [error]:
> 
> 07:38:31 INFO: NVIDIA Container Runtime with Docker integration (Beta) - target: [ Package PostInstall Finished with Error ]
> 
> 07:38:31 INFO: NVIDIA Container Runtime with Docker integration (Beta) - target: [ NV_L4T_DOCKER_TARGET_POST_INSTALL_COMP Install took 3m55s ]
> 
> 07:38:31 ERROR: NVIDIA Container Runtime with Docker integration (Beta) - target: command terminated with error
> 
> **07:38:31 SUMMARY: NVIDIA Container Runtime with Docker integration (Beta) - target: First Error: Unable to locate debian package**

Hi,

This is a known issue and has been fixed hours ago.
Please try it agin.

For more details, please check the below comment:

Thanks.

Thanks. I can confirm this worked for me.