File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ Follow the installation instructions provided in the [NVIDIA Container Toolkit i
2424* Configure the Production Repository
2525
2626 ``` bash
27- curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey
27+ curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | \
2828 sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg
2929
30- curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list
30+ curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list | \
3131 sed ' s#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | \
3232 sudo tee /etc/apt/sources.list.d/nvidia-container-toolkit.list
3333 ```
You can’t perform that action at this time.
0 commit comments