We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef567ef commit d94cc6cCopy full SHA for d94cc6c
_posts/2025-06-15-immich-self-hosted.md
@@ -80,8 +80,8 @@ sudo apt-get update
80
Install NVIDIA Container Toolkit packages
81
82
```shell
83
-NVIDIA_CONTAINER_TOOLKIT_VERSION=1.17.8-1 \
84
- sudo apt-get install -y \
+export NVIDIA_CONTAINER_TOOLKIT_VERSION=1.17.8-1
+ sudo apt-get install -y \
85
nvidia-container-toolkit=${NVIDIA_CONTAINER_TOOLKIT_VERSION} \
86
nvidia-container-toolkit-base=${NVIDIA_CONTAINER_TOOLKIT_VERSION} \
87
libnvidia-container-tools=${NVIDIA_CONTAINER_TOOLKIT_VERSION} \
0 commit comments