Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 735 Bytes

INSTALL-JETSON.md

File metadata and controls

45 lines (29 loc) · 735 Bytes

Installing on an NVIDIA Jetson.

  1. Install ubuntu, following NVIDIA's instructions. Then update the OS.
sudo apt-get update
sudo apt-get dist-upgrade
  1. Clone this repo onto the machine.
git clone https://github.com/groundlight/edge-endpoint
  1. Install k3s
./deploy/bin/install-k3s.sh

or run ~/edge-endpoint/deploy/bin/install-k3s.sh

  1. AWS credentials

Make sure you are logged in with a valid AWS account to get the container images.

aws sts get-caller-identity
  1. Setup the edge endpoint.
./deploy/bin/setup-ee.sh
  1. Figure out the URL of the edge endpoint.
kubectl get service edge-endpoint-service

This IP address and port are your URL for GROUNDLIGHT_ENDPOINT