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 b65d2b4 commit 0178e1fCopy full SHA for 0178e1f
scripts/ubuntu/update_lib.sh
@@ -13,7 +13,7 @@ if [[ $(/usr/bin/id -u) -ne 0 ]]; then
13
echo " 1. copies libtensorflow_cc.so"
14
echo " from ofxMSATensorFlow/libs/tensorflow/lib/linux64"
15
echo " to a destination lib path (~/lib by defaut, or command line arg)"
16
- echo " 2. adds this path to /etc/ld.so.conf.d/lib/libtensorflow_cc.so.conf"
+ echo " 2. adds this path to /etc/ld.so.conf.d/libtensorflow_cc.so.conf"
17
echo " 3. runs ldconfig"
18
echo
19
exit
@@ -38,4 +38,4 @@ echo 'Writing path to' $DST_LD_CONF
38
echo $LIB_DST > $DST_LD_CONF
39
40
echo 'Running ldconfig...'
41
-ldconfig
+ldconfig
0 commit comments