summarylogtreecommitdiffstats
path: root/cuda-10.2.install
diff options
context:
space:
mode:
Diffstat (limited to 'cuda-10.2.install')
-rw-r--r--cuda-10.2.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/cuda-10.2.install b/cuda-10.2.install
new file mode 100644
index 000000000000..9fe2b2a61db5
--- /dev/null
+++ b/cuda-10.2.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "The cuda binaries are in /opt/cuda-10.2/bin"
+ echo "The cuda samples are in /opt/cuda-10.2/samples"
+ echo "The cuda docs are in /opt/cuda-10.2/doc"
+ echo "You need to relogin in order for the cuda binaries to appear in your PATH"
+ post_upgrade
+}
+
+post_upgrade() {
+ ldconfig -r .
+}