Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denzp/jetson-headless-docker
Headless OS with Docker for NVIDIA Jetson
https://github.com/denzp/jetson-headless-docker
Last synced: about 12 hours ago
JSON representation
Headless OS with Docker for NVIDIA Jetson
- Host: GitHub
- URL: https://github.com/denzp/jetson-headless-docker
- Owner: denzp
- Created: 2020-06-01T09:27:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T09:27:40.000Z (over 4 years ago)
- Last Synced: 2024-11-06T04:42:59.259Z (about 2 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Headless Ubuntu 20.04 with Docker for NVIDIA Jetson
The purpose of the scripts is to provide a smaller than official OS image for Docker-based workload.
The use case for this is headless server for inference or GPU-accelerated computing.**Theoretically the approach is suitable for most devices in the Jetson family, but was only tested on a Jetson Nano development kit.**
## Steps
**Important!** Second step is potentially destructive action! Please backup the device data first!
1. Create a rootfs: `./00-prepare-rootfs.sh`
2. **Option A:** Flash the rootfs into device: `./01-flash.sh`
**Option B:** Create an SD card image: `./01-create-image.sh`
3. Connect the device via USB and perform the [headless configuration](https://www.jetsonhacks.com/2019/08/21/jetson-nano-headless-setup/).## Recommended actions after the configuration
```
sudo apt-get auto-remove
sudo reboot
```