Skip to content

Commit 0409f41

Browse files
committed
[U22] Add 'echo' in cuda script to improve visibility
1 parent 9129f4a commit 0409f41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dockerfiles/full/scripts/use_cuda-125.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
# Initialisation
1111
ARCH=`uname -m`
1212

13+
echo "---------------------------------------------------------------------------"
14+
echo "Configure CUDA-12.5"
15+
echo "---------------------------------------------------------------------------"
16+
1317
if [ -e /usr/lib/libcuda.so.1 ]; then
1418
echo "Nvidia driver found."
1519
else

0 commit comments

Comments
 (0)