diff options
Diffstat (limited to 'templates/cuda.sh.j2')
-rwxr-xr-x | templates/cuda.sh.j2 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/cuda.sh.j2 b/templates/cuda.sh.j2 deleted file mode 100755 index 78393a1..0000000 --- a/templates/cuda.sh.j2 +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# {{ ansible_managed }} -export PATH={{ cuda_bash_path }}:$PATH -export LD_LIBRARY_PATH={{ cuda_bash_ld_lib_path }}:$LD_LIBRARY_PATH -export CUDA_ROOT={{ cuda_bash_cuda_root }} -export CUDA_INC_DIR={{ cuda_bash_cuda_inc_dir }}:$CUDA_INC_DIR -export CPATH={{ cuda_bash_cpath }}:$CPATH |