Skip to content

Commit baafd61

Browse files
committed
add environment setup
Former-commit-id: 99e6cb2
1 parent 882bdf5 commit baafd61

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ TensorFlow for Nvidia Jetson TX1/TX2.
55

66
## Install Latest Build of Tensorflow
77

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+
824
## Install at Release
925
### You can download wheel file at [Release Page](https://github.com/peterlee0127/tensorflow-nvJetson/releases)
1026

@@ -192,9 +208,12 @@ Tensorflow 1.7(build with TensorRT) is larger than 100MB. I split the whl file t
192208
```$ split -b 70m tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl tensorflow-1.7.0-cp27-cp27mu-linux_aarch64.whl-part-```
193209

194210
<hr>
211+
195212
### 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)
198217

199218

200219

0 commit comments

Comments
 (0)