jetson
Helmut Hoffer von Ankershoffen experimenting with arm64 based NVIDIA Jetson (Nano and AGX Xavier) edge devices running Kubernetes (K8s) for machine learning (ML) including Jupyter Notebooks, TensorFlow Training and TensorFlow Serving using CUDA for smart IoT.
File Explorer
Download Latest Version (.zip)- jetson_nano_and_agx_xavier_in_kubernetes_cluster_for_machine_learning.jpg
- deployment.yaml
- kustomization.yaml
- deployment.yaml
- kustomization.yaml
- installation.yaml
- Dockerfile
- skaffold.yaml
- deployment.yaml
- ingresses.yaml
- kustomization.yaml
- pvcs.yaml
- services.yaml
- deployment.yaml
- kustomization.yaml
- installation.yaml
- Dockerfile
- jupyter_notebook_config.py
- tf-tutorials.tgz
- .gitignore
- skaffold.yaml
- deployment.yaml
- ingresses.yaml
- kustomization.yaml
- pvcs.yaml
- services.yaml
- deployment.yaml
- kustomization.yaml
- installation.yaml
- .gitignore
- Dockerfile
- .gitignore
- builder.mac
- container-structure-test.mac
- skaffold.yaml
- installation.yaml
- Dockerfile
- skaffold.yaml
- deployment.yaml
- ingresses.yaml
- kustomization.yaml
- namespace.yaml
- pvcs.yaml
- services.yaml
- deployment.yaml
- kustomization.yaml
- webservice.conf
- checkpoint
- export
- export.meta
- export.data-00000-of-00001
- export.index
- export.meta
- export.data-00000-of-00001
- export.index
- export.meta
- export.data-00000-of-00001
- export.index
- export.meta
- variables.data-00000-of-00001
- variables.index
- saved_model.pb
- foo.txt
- variables.data-00000-of-00001
- variables.index
- saved_model.pb
- foo.txt
- variables.data-00000-of-00001
- variables.index
- saved_model.pb
- foo.txt
- variables.data-00000-of-00001
- variables.index
- saved_model.pb
- variables.data-00000-of-00001
- variables.index
- saved_model.pb
- variables.data-00000-of-00001
- variables.index
- saved_model.pb
- saved_model.pb
- foo.txt
- variables.data-00000-of-00001
- variables.index
- saved_model.pb
- bad_model_config.txt
- batching_config.txt
- BUILD
- export_bad_half_plus_two.py
- export_counter.py
- export_half_plus_two.py
- good_model_config.txt
- half_plus_two_model_metadata.json
- monitoring_config.txt
- saved_model_half_plus_two.py
- saved_model_half_plus_two_2_versions_metadata.json
- installation.yaml
- webservice.yaml.waiting.for.issue.70
- __init__.py
- healthz.py
- __init__.py
- grpc.py
- model.py
- rest.py
- __init__.py
- util.py
- __init__.py
- main.py
- .bazelrc
- Dockerfile
- .gitignore
- skaffold.yaml
- supervisord.conf
- tfs.conf
- installation.yaml
- .bazelrc
- Dockerfile
- .gitignore
- skaffold.yaml
- builder
- builderx
- container-structure-test
- log-show
- publish
- .gitkeep
- all.yml
- main.yml
- .config
- .config.orig
- main.yml
- main.yml
- main.yml
- main.yml
- main.yml
- main.yml
- main.yml
- xavier-dialout.j2
- main.yml
- main.yml
- .gitignore
- build-and-flash.yml
- download.yml
- main.yml
- requirements.yml
- Vagrantfile
- dashboard-bearer-token-show
- .gitkeep
- .gitkeep
- all.yml
- .gitkeep
- main.yml
- main.yml
- main.yml
- main.yml
- main.yml
- main.yml
- daemon.json
- main.yml
- join.nanos.conf.j2
- join.xaviers.conf.j2
- kubelet.j2
- main.yml
- .config
- .config.4.2.1.orig
- .config.4.2.patched
- main.yml
- .Xresources
- main.yml
- main.yml
- main.yml
- main.yml
- extlinux.conf.j2
- main.yml
- ssd.rules.j2
- main.yml
- main.yml
- main.yml
- main.yml
- xstartup
- main.yml
- main.yml
- .gitignore
- ansible.cfg
- hosts
- main.yml
- requirements.yml
- playbook.yml
- packages.yml
- playbook.yml
- requirements.yml
- daemon.json
- daemon_check
- bootstrap
- .docker-hub.auth.template
- .gitignore
- LICENSE
- Makefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/helmut-hoffer-von-ankershoffen/jetson
Downloads the entire project code from GitHub to your computer.
cd jetson
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
docker build -f workflow/deploy/device-query/src/Dockerfile -t jetson .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 jetson
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
