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 9129f4a commit 0409f41Copy full SHA for 0409f41
dockerfiles/full/scripts/use_cuda-125.sh
@@ -10,6 +10,10 @@
10
# Initialisation
11
ARCH=`uname -m`
12
13
+echo "---------------------------------------------------------------------------"
14
+echo "Configure CUDA-12.5"
15
16
+
17
if [ -e /usr/lib/libcuda.so.1 ]; then
18
echo "Nvidia driver found."
19
else
0 commit comments