-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprint.yaml
23 lines (23 loc) · 1.18 KB
/
blueprint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
id: particle/linux-container-tutorial
category: tutorial
icon: particle.png
gitrepo: https://github.com/particle-iot/linux-container-tutorial
name: "Linux container tutorial"
shortDescription: Tutorial on packaging an application for deployment on Linux using containers.
version: 1.0.0
models: []
language: [ "Python" ]
cloudServices: []
integrations: []
hardwareDependencies:
- name: Linux board - Tachyon (QCx6490)
link: https://www.kickstarter.com/projects/particle-iot/tachyon-powerful-5g-single-board-computer-w-ai-accelerator
tags: [ "Tachyon", "QCx6490", "QCOM RB3Gen2" ]
- name: Linux board - Raspberry Pi
link: https://www.raspberrypi.org/
tags: [ "Raspberry Pi 2/3/4/5"]
- name: Linux board - nVidia Orin/Jetson
link: https://developer.nvidia.com/embedded/jetson-modules
tags: [ "nVidia Orin", "nVidia Jetson" ]
description: |
The Linux Container Tutorial guides users through packaging an application for Linux environments using container technology. This tutorial is designed to work across several Linux-based platforms, including the Tachyon (QCx6490-based), Raspberry Pi, and Nvidia Orin/Jetson boards, demonstrating a portable and reproducible deployment method.