Update Dockerfile to install cudss package

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto
2025-12-02 21:23:21 +01:00
committed by GitHub
parent 7a5c61b057
commit c045b7a6bb

View File

@@ -97,7 +97,7 @@ RUN <<EOT bash
wget https://developer.download.nvidia.com/compute/cudss/0.6.0/local_installers/cudss-local-tegra-repo-ubuntu2204-0.6.0_0.6.0-1_arm64.deb && \
dpkg -i cudss-local-tegra-repo-ubuntu2204-0.6.0_0.6.0-1_arm64.deb && \
cp /var/cudss-local-tegra-repo-ubuntu2204-0.6.0/cudss-*-keyring.gpg /usr/share/keyrings/ && \
apt-get update && apt-get -y install cudss-cuda-${CUDA_MAJOR_VERSION}
apt-get update && apt-get -y install cudss cudss-cuda-${CUDA_MAJOR_VERSION}
fi
EOT