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 8597483 commit 72fb426Copy full SHA for 72fb426
setLocalLib.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+# NVIDIA Jetson TX1
3
+# TensorFlow Installation
4
+# Useful setup command to set library path
5
+sudo sh -c 'echo /usr/local/lib >> /etc/ld.so.conf'
6
+sudo ldconfig
7
+
8
9
0 commit comments