-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EdgeTPU] Add shell script for the prerequisites #1667
[EdgeTPU] Add shell script for the prerequisites #1667
Conversation
Add the shell script that add PPA to get edgetpu-compiler package for EdgeTPU ONE-vscode-DCO-1.0-Signed-off-by: profornnan <[email protected]>
Please add @Samsung/one-vscode as a reviewer. :) |
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - | ||
echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list | ||
|
||
apt-get update -yqq |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apt-get update -yqq | |
sudo apt-get update -yqq |
This command needs sudo
privilege. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you~!! I have added sudo privilege in the new commit :)
Add sudo privilege to prerequisites script for edgetpu toolchain ONE-vscode-DCO-1.0-Signed-off-by: profornnan <[email protected]>
Doesn't this script need executable permission?
|
Add executable permission to prerequisites script for edgetpu toolchain ONE-vscode-DCO-1.0-Signed-off-by: profornnan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks!
Thank you!! :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee <[email protected]>
This commit adds a shell script for getting prerequisties. ONE-vscode-DCO-1.0-Signed-off-by: profornnan <[email protected]>
Add the shell script that add PPA to get edgetpu-compiler package for EdgeTPU
ONE-vscode-DCO-1.0-Signed-off-by: profornnan [email protected]
Related: #1621 #1628