Skip to content

Commit d8242ce

Browse files
committed
update install script
1 parent d48c006 commit d8242ce

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
temp/*
22
_site/*
33
.sass-cache/*
4+
release/*

installTF.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#! /bin/sh
22
FILE=tensorflow-1.8.0-cp27-cp27mu-linux_aarch64.whl
3-
wget https://tfjetson.peterlee0127.com/release/$FILE-part-1
4-
wget https://tfjetson.peterlee0127.com/release/$FILE-part-2
3+
wget https://github.com/peterlee0127/tensorflow-nvJetson/releases/download/1.8/tensorflow-1.8.0-cp27-cp27mu-linux_aarch64.whl
54

6-
cat $FILE-part-* > $FILE
75

86
echo "you can install by 'sudo pip install $FILE'"

0 commit comments

Comments
 (0)