File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ TensorFlow for Nvidia Jetson TX1/TX2.
5
5
6
6
## Install Latest Build of Tensorflow
7
7
8
+ ## Setup Environment
9
+ ```
10
+ # Setting in .bashrc or .zshrc or other bash
11
+ export PATH=/usr/local/cuda/bin:$PATH
12
+ export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
13
+
14
+ #sudo apt-get install libcupti-doc
15
+ export LD_LIBRARY_PATH=/usr/local/cuda/extras/CUPTI/lib64:$LD_LIBRARY_PATH
16
+ ```
17
+
18
+ ### Instal pip
19
+ ```
20
+ $ wget https://bootstrap.pypa.io/get-pip.py -o get-pip.py
21
+ $ sudo python get-pip.py
22
+ ```
23
+
8
24
## Install at Release
9
25
### You can download wheel file at [ Release Page] ( https://github.com/peterlee0127/tensorflow-nvJetson/releases )
10
26
@@ -192,9 +208,12 @@ Tensorflow 1.7(build with TensorRT) is larger than 100MB. I split the whl file t
192
208
``` $ split -b 70m tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl-part- ```
193
209
194
210
<hr >
211
+
195
212
### Install System on SSD (Solid State Disk)
196
- You can find information at jetsonhacks.
197
- [ jetsonhacks-install-samsung-ssd-on-nvidia-jetson-tx1] ( http://www.jetsonhacks.com/2017/01/28/install-samsung-ssd-on-nvidia-jetson-tx1/ )
213
+
214
+ You can find information at jetsonhacks.
215
+
216
+ [ jetsonhacks-install-samsung-ssd-on-nvidia-jetson-tx1] ( http://www.jetsonhacks.com/2017/01/28/install-samsung-ssd-on-nvidia-jetson-tx1 )
198
217
199
218
200
219
You can’t perform that action at this time.
0 commit comments