jetson-examples 0.1.9__tar.gz → 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/PKG-INFO +1 -1
  2. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/jetson_examples.egg-info/PKG-INFO +1 -1
  3. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/jetson_examples.egg-info/SOURCES.txt +11 -0
  4. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/pyproject.toml +1 -1
  5. jetson_examples-0.2.0/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/config.yaml +31 -0
  6. jetson_examples-0.2.0/reComputer/scripts/audiocraft/clean.sh +5 -0
  7. jetson_examples-0.2.0/reComputer/scripts/audiocraft/config.yaml +31 -0
  8. jetson_examples-0.2.0/reComputer/scripts/audiocraft/init.sh +20 -0
  9. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/depth-anything/clean.sh +1 -1
  10. jetson_examples-0.2.0/reComputer/scripts/depth-anything/config.yaml +30 -0
  11. jetson_examples-0.2.0/reComputer/scripts/depth-anything/init.sh +5 -0
  12. jetson_examples-0.2.0/reComputer/scripts/depth-anything-v2/config.yaml +31 -0
  13. jetson_examples-0.2.0/reComputer/scripts/depth-anything-v2/init.sh +6 -0
  14. jetson_examples-0.2.0/reComputer/scripts/llama-factory/config.yaml +30 -0
  15. jetson_examples-0.2.0/reComputer/scripts/llama-factory/init.sh +20 -0
  16. jetson_examples-0.2.0/reComputer/scripts/llava/clean.sh +3 -0
  17. jetson_examples-0.2.0/reComputer/scripts/llava/init.sh +19 -0
  18. jetson_examples-0.2.0/reComputer/scripts/llava-v1.5-7b/config.yaml +31 -0
  19. jetson_examples-0.2.0/reComputer/scripts/llava-v1.5-7b/init.sh +20 -0
  20. jetson_examples-0.2.0/reComputer/scripts/llava-v1.6-vicuna-7b/config.yaml +31 -0
  21. {jetson_examples-0.1.9/reComputer/scripts/live-llava → jetson_examples-0.2.0/reComputer/scripts/llava-v1.6-vicuna-7b}/init.sh +3 -0
  22. jetson_examples-0.2.0/reComputer/scripts/nanodb/config.yaml +31 -0
  23. jetson_examples-0.2.0/reComputer/scripts/nanodb/init.sh +19 -0
  24. jetson_examples-0.2.0/reComputer/scripts/nanoowl/config.yaml +31 -0
  25. jetson_examples-0.2.0/reComputer/scripts/nanoowl/init.sh +19 -0
  26. jetson_examples-0.2.0/reComputer/scripts/ollama/config.yaml +31 -0
  27. jetson_examples-0.2.0/reComputer/scripts/ollama/init.sh +19 -0
  28. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/ollama/run.sh +1 -1
  29. jetson_examples-0.2.0/reComputer/scripts/stable-diffusion-webui/config.yaml +31 -0
  30. jetson_examples-0.2.0/reComputer/scripts/stable-diffusion-webui/init.sh +19 -0
  31. jetson_examples-0.2.0/reComputer/scripts/text-generation-webui/config.yaml +31 -0
  32. jetson_examples-0.2.0/reComputer/scripts/text-generation-webui/init.sh +20 -0
  33. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/utils.sh +2 -1
  34. jetson_examples-0.2.0/reComputer/scripts/whisper/config.yaml +31 -0
  35. jetson_examples-0.2.0/reComputer/scripts/whisper/init.sh +19 -0
  36. jetson_examples-0.1.9/reComputer/scripts/audiocraft/clean.sh +0 -5
  37. jetson_examples-0.1.9/reComputer/scripts/audiocraft/init.sh +0 -16
  38. jetson_examples-0.1.9/reComputer/scripts/depth-anything/config.yaml +0 -31
  39. jetson_examples-0.1.9/reComputer/scripts/depth-anything/init.sh +0 -164
  40. jetson_examples-0.1.9/reComputer/scripts/depth-anything-v2/config.yaml +0 -31
  41. jetson_examples-0.1.9/reComputer/scripts/depth-anything-v2/init.sh +0 -164
  42. jetson_examples-0.1.9/reComputer/scripts/llama-factory/init.sh +0 -52
  43. jetson_examples-0.1.9/reComputer/scripts/llava/clean.sh +0 -4
  44. jetson_examples-0.1.9/reComputer/scripts/llava/init.sh +0 -16
  45. jetson_examples-0.1.9/reComputer/scripts/llava-v1.5-7b/init.sh +0 -16
  46. jetson_examples-0.1.9/reComputer/scripts/llava-v1.6-vicuna-7b/init.sh +0 -16
  47. jetson_examples-0.1.9/reComputer/scripts/nanodb/init.sh +0 -16
  48. jetson_examples-0.1.9/reComputer/scripts/nanoowl/init.sh +0 -16
  49. jetson_examples-0.1.9/reComputer/scripts/stable-diffusion-webui/init.sh +0 -16
  50. jetson_examples-0.1.9/reComputer/scripts/text-generation-webui/init.sh +0 -16
  51. jetson_examples-0.1.9/reComputer/scripts/whisper/init.sh +0 -16
  52. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/LICENSE +0 -0
  53. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/README.md +0 -0
  54. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/jetson_examples.egg-info/dependency_links.txt +0 -0
  55. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/jetson_examples.egg-info/entry_points.txt +0 -0
  56. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/jetson_examples.egg-info/top_level.txt +0 -0
  57. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/__init__.py +0 -0
  58. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/main.py +0 -0
  59. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNet-Lightning/clean.sh +0 -0
  60. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNet-Lightning/getVersion.sh +0 -0
  61. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNet-Lightning/init.sh +0 -0
  62. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNet-Lightning/readme.md +0 -0
  63. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNet-Lightning/run.sh +0 -0
  64. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNet-Thunder/clean.sh +0 -0
  65. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNet-Thunder/getVersion.sh +0 -0
  66. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNet-Thunder/init.sh +0 -0
  67. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNet-Thunder/readme.md +0 -0
  68. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNet-Thunder/run.sh +0 -0
  69. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNetJS/clean.sh +0 -0
  70. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNetJS/readme.md +0 -0
  71. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/MoveNetJS/run.sh +0 -0
  72. {jetson_examples-0.1.9/reComputer/scripts/llama3 → jetson_examples-0.2.0/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT}/init.sh +0 -0
  73. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh +0 -0
  74. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/audiocraft/README.md +0 -0
  75. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/audiocraft/run.sh +0 -0
  76. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/check.sh +0 -0
  77. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/clean.sh +0 -0
  78. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/comfyui/LICENSE +0 -0
  79. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/comfyui/README.md +0 -0
  80. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/comfyui/clean.sh +0 -0
  81. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/comfyui/config.yaml +0 -0
  82. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/comfyui/init.sh +0 -0
  83. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/comfyui/run.sh +0 -0
  84. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/depth-anything/Dockerfile +0 -0
  85. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/depth-anything/LICENSE +0 -0
  86. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/depth-anything/README.md +0 -0
  87. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/depth-anything/run.sh +0 -0
  88. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/depth-anything-v2/Dockerfile +0 -0
  89. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/depth-anything-v2/LICENSE +0 -0
  90. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/depth-anything-v2/README.md +0 -0
  91. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/depth-anything-v2/clean.sh +0 -0
  92. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/depth-anything-v2/run.sh +0 -0
  93. {jetson_examples-0.1.9/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT → jetson_examples-0.2.0/reComputer/scripts/live-llava}/init.sh +0 -0
  94. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/live-llava/run.sh +0 -0
  95. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llama-factory/README.md +0 -0
  96. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llama-factory/assets/llama-factory-Jetson.png +0 -0
  97. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llama-factory/assets/training.gif +0 -0
  98. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llama-factory/assets/webui.png +0 -0
  99. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llama-factory/clean.sh +0 -0
  100. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llama-factory/run.sh +0 -0
  101. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llama3/clean.sh +0 -0
  102. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llama3/config.yaml +0 -0
  103. {jetson_examples-0.1.9/reComputer/scripts/ollama → jetson_examples-0.2.0/reComputer/scripts/llama3}/init.sh +0 -0
  104. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llama3/run.sh +0 -0
  105. {jetson_examples-0.1.9/reComputer/scripts/ollama → jetson_examples-0.2.0/reComputer/scripts/llava}/config.yaml +0 -0
  106. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llava/run.sh +0 -0
  107. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llava-v1.5-7b/run.sh +0 -0
  108. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/llava-v1.6-vicuna-7b/run.sh +0 -0
  109. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/nanodb/readme.md +0 -0
  110. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/nanodb/run.sh +0 -0
  111. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/nanoowl/run.sh +0 -0
  112. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/ollama/clean.sh +0 -0
  113. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/parler-tts/clean.sh +0 -0
  114. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/parler-tts/getVersion.sh +0 -0
  115. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/parler-tts/init.sh +0 -0
  116. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/parler-tts/readme.md +0 -0
  117. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/parler-tts/run.sh +0 -0
  118. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/run.sh +0 -0
  119. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/stable-diffusion-webui/run.sh +0 -0
  120. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/text-generation-webui/run.sh +0 -0
  121. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/ultralytics-yolo/LICENSE +0 -0
  122. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/ultralytics-yolo/README.md +0 -0
  123. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/ultralytics-yolo/clean.sh +0 -0
  124. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/ultralytics-yolo/config.yaml +0 -0
  125. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/ultralytics-yolo/init.sh +0 -0
  126. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/ultralytics-yolo/run.sh +0 -0
  127. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/update.sh +0 -0
  128. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/whisper/run.sh +0 -0
  129. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/yolov10/Dockerfile +0 -0
  130. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/yolov10/README.md +0 -0
  131. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/yolov10/assets/webui.png +0 -0
  132. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/yolov10/clean.sh +0 -0
  133. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/yolov10/config.yaml +0 -0
  134. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/yolov10/init.sh +0 -0
  135. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/yolov10/run.sh +0 -0
  136. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/yolov8-rail-inspection/config.yaml +0 -0
  137. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/yolov8-rail-inspection/init.sh +0 -0
  138. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/yolov8-rail-inspection/readme.md +0 -0
  139. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/reComputer/scripts/yolov8-rail-inspection/run.sh +0 -0
  140. {jetson_examples-0.1.9 → jetson_examples-0.2.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.1.9
3
+ Version: 0.2.0
4
4
  Summary: Running Gen AI models and applications on NVIDIA Jetson devices with one-line command
5
5
  Author-email: luozhixin <zhixin.luo@seeed.cc>
6
6
  Project-URL: Homepage, https://github.com/Seeed-Projects/jetson-examples
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.1.9
3
+ Version: 0.2.0
4
4
  Summary: Running Gen AI models and applications on NVIDIA Jetson devices with one-line command
5
5
  Author-email: luozhixin <zhixin.luo@seeed.cc>
6
6
  Project-URL: Homepage, https://github.com/Seeed-Projects/jetson-examples
@@ -26,10 +26,12 @@ reComputer/scripts/MoveNet-Thunder/run.sh
26
26
  reComputer/scripts/MoveNetJS/clean.sh
27
27
  reComputer/scripts/MoveNetJS/readme.md
28
28
  reComputer/scripts/MoveNetJS/run.sh
29
+ reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/config.yaml
29
30
  reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh
30
31
  reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh
31
32
  reComputer/scripts/audiocraft/README.md
32
33
  reComputer/scripts/audiocraft/clean.sh
34
+ reComputer/scripts/audiocraft/config.yaml
33
35
  reComputer/scripts/audiocraft/init.sh
34
36
  reComputer/scripts/audiocraft/run.sh
35
37
  reComputer/scripts/comfyui/LICENSE
@@ -56,6 +58,7 @@ reComputer/scripts/live-llava/init.sh
56
58
  reComputer/scripts/live-llava/run.sh
57
59
  reComputer/scripts/llama-factory/README.md
58
60
  reComputer/scripts/llama-factory/clean.sh
61
+ reComputer/scripts/llama-factory/config.yaml
59
62
  reComputer/scripts/llama-factory/init.sh
60
63
  reComputer/scripts/llama-factory/run.sh
61
64
  reComputer/scripts/llama-factory/assets/llama-factory-Jetson.png
@@ -66,15 +69,20 @@ reComputer/scripts/llama3/config.yaml
66
69
  reComputer/scripts/llama3/init.sh
67
70
  reComputer/scripts/llama3/run.sh
68
71
  reComputer/scripts/llava/clean.sh
72
+ reComputer/scripts/llava/config.yaml
69
73
  reComputer/scripts/llava/init.sh
70
74
  reComputer/scripts/llava/run.sh
75
+ reComputer/scripts/llava-v1.5-7b/config.yaml
71
76
  reComputer/scripts/llava-v1.5-7b/init.sh
72
77
  reComputer/scripts/llava-v1.5-7b/run.sh
78
+ reComputer/scripts/llava-v1.6-vicuna-7b/config.yaml
73
79
  reComputer/scripts/llava-v1.6-vicuna-7b/init.sh
74
80
  reComputer/scripts/llava-v1.6-vicuna-7b/run.sh
81
+ reComputer/scripts/nanodb/config.yaml
75
82
  reComputer/scripts/nanodb/init.sh
76
83
  reComputer/scripts/nanodb/readme.md
77
84
  reComputer/scripts/nanodb/run.sh
85
+ reComputer/scripts/nanoowl/config.yaml
78
86
  reComputer/scripts/nanoowl/init.sh
79
87
  reComputer/scripts/nanoowl/run.sh
80
88
  reComputer/scripts/ollama/clean.sh
@@ -86,8 +94,10 @@ reComputer/scripts/parler-tts/getVersion.sh
86
94
  reComputer/scripts/parler-tts/init.sh
87
95
  reComputer/scripts/parler-tts/readme.md
88
96
  reComputer/scripts/parler-tts/run.sh
97
+ reComputer/scripts/stable-diffusion-webui/config.yaml
89
98
  reComputer/scripts/stable-diffusion-webui/init.sh
90
99
  reComputer/scripts/stable-diffusion-webui/run.sh
100
+ reComputer/scripts/text-generation-webui/config.yaml
91
101
  reComputer/scripts/text-generation-webui/init.sh
92
102
  reComputer/scripts/text-generation-webui/run.sh
93
103
  reComputer/scripts/ultralytics-yolo/LICENSE
@@ -96,6 +106,7 @@ reComputer/scripts/ultralytics-yolo/clean.sh
96
106
  reComputer/scripts/ultralytics-yolo/config.yaml
97
107
  reComputer/scripts/ultralytics-yolo/init.sh
98
108
  reComputer/scripts/ultralytics-yolo/run.sh
109
+ reComputer/scripts/whisper/config.yaml
99
110
  reComputer/scripts/whisper/init.sh
100
111
  reComputer/scripts/whisper/run.sh
101
112
  reComputer/scripts/yolov10/Dockerfile
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "jetson-examples"
7
- version = "0.1.9"
7
+ version = "0.2.0"
8
8
  authors = [{ name = "luozhixin", email = "zhixin.luo@seeed.cc" }]
9
9
  description = "Running Gen AI models and applications on NVIDIA Jetson devices with one-line command"
10
10
  readme = "README.md"
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 25 # in GB
8
+ REQUIRED_MEM_SPACE: 7
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,5 @@
1
+ #!/bin/bash
2
+
3
+ # TODO: clean old container
4
+ docker rmi $(/home/$USER/reComputer/jetson-containers/autotag audiocraft)
5
+
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 25 # in GB
8
+ REQUIRED_MEM_SPACE: 7
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,20 @@
1
+ #!/bin/bash
2
+
3
+
4
+ # check the runtime environment.
5
+ source $(dirname "$(realpath "$0")")/../utils.sh
6
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
7
+
8
+ BASE_PATH=/home/$USER/reComputer
9
+ mkdir -p $BASE_PATH/
10
+ JETSON_REPO_PATH="$BASE_PATH/jetson-containers"
11
+ BASE_JETSON_LAB_GIT="https://github.com/dusty-nv/jetson-containers"
12
+ if [ -d $JETSON_REPO_PATH ]; then
13
+ echo "jetson-ai-lab existed."
14
+ else
15
+ echo "jetson-ai-lab does not installed. start init..."
16
+ cd $BASE_PATH/
17
+ git clone --depth=1 $BASE_JETSON_LAB_GIT
18
+ cd $JETSON_REPO_PATH
19
+ bash install.sh
20
+ fi
@@ -5,4 +5,4 @@ IMAGE_NAME="yaohui1998/depthanything-on-jetson-orin:latest"
5
5
 
6
6
  sudo docker stop $CONTAINER_NAME
7
7
  sudo docker rm $CONTAINER_NAME
8
- sudo docker rmi $IMAGE_NAMEs
8
+ sudo docker rmi $IMAGE_NAMEs
@@ -0,0 +1,30 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ REQUIRED_DISK_SPACE: 20 # in GB
7
+ REQUIRED_MEM_SPACE: 4
8
+ PACKAGES:
9
+ - nvidia-jetpack
10
+ DOCKER:
11
+ ENABLE: true
12
+ DAEMON: |
13
+ {
14
+ "default-runtime": "nvidia",
15
+ "runtimes": {
16
+ "nvidia": {
17
+ "path": "nvidia-container-runtime",
18
+ "runtimeArgs": []
19
+ }
20
+ },
21
+ "storage-driver": "overlay2",
22
+ "data-root": "/var/lib/docker",
23
+ "log-driver": "json-file",
24
+ "log-opts": {
25
+ "max-size": "100m",
26
+ "max-file": "3"
27
+ },
28
+ "no-new-privileges": true,
29
+ "experimental": false
30
+ }
@@ -0,0 +1,5 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
@@ -0,0 +1,31 @@
1
+
2
+ # The tested JetPack versions.
3
+ ALLOWED_L4T_VERSIONS:
4
+ - 35.3.1
5
+ - 35.4.1
6
+ - 35.5.0
7
+ REQUIRED_DISK_SPACE: 15 # in GB
8
+ REQUIRED_MEM_SPACE: 4
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,6 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
6
+
@@ -0,0 +1,30 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ REQUIRED_DISK_SPACE: 25 # in GB
7
+ REQUIRED_MEM_SPACE: 7
8
+ PACKAGES:
9
+ - nvidia-jetpack
10
+ DOCKER:
11
+ ENABLE: true
12
+ DAEMON: |
13
+ {
14
+ "default-runtime": "nvidia",
15
+ "runtimes": {
16
+ "nvidia": {
17
+ "path": "nvidia-container-runtime",
18
+ "runtimeArgs": []
19
+ }
20
+ },
21
+ "storage-driver": "overlay2",
22
+ "data-root": "/var/lib/docker",
23
+ "log-driver": "json-file",
24
+ "log-opts": {
25
+ "max-size": "100m",
26
+ "max-file": "3"
27
+ },
28
+ "no-new-privileges": true,
29
+ "experimental": false
30
+ }
@@ -0,0 +1,20 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
6
+
7
+ BASE_PATH=/home/$USER/reComputer
8
+ mkdir -p $BASE_PATH/
9
+ JETSON_REPO_PATH="$BASE_PATH/jetson-containers"
10
+ BASE_JETSON_LAB_GIT="https://github.com/dusty-nv/jetson-containers"
11
+ if [ -d $JETSON_REPO_PATH ]; then
12
+ echo "jetson-ai-lab existed."
13
+ else
14
+ echo "jetson-ai-lab does not installed. start init..."
15
+ cd $BASE_PATH/
16
+ git clone --depth=1 $BASE_JETSON_LAB_GIT
17
+ cd $JETSON_REPO_PATH
18
+ bash install.sh
19
+ fi
20
+
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+
3
+ docker rmi $(/home/$USER/reComputer/jetson-containers/autotag llava)
@@ -0,0 +1,19 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
6
+
7
+ BASE_PATH=/home/$USER/reComputer
8
+ mkdir -p $BASE_PATH/
9
+ JETSON_REPO_PATH="$BASE_PATH/jetson-containers"
10
+ BASE_JETSON_LAB_GIT="https://github.com/dusty-nv/jetson-containers"
11
+ if [ -d $JETSON_REPO_PATH ]; then
12
+ echo "jetson-ai-lab existed."
13
+ else
14
+ echo "jetson-ai-lab does not installed. start init..."
15
+ cd $BASE_PATH/
16
+ git clone --depth=1 $BASE_JETSON_LAB_GIT
17
+ cd $JETSON_REPO_PATH
18
+ bash install.sh
19
+ fi
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 25 # in GB
8
+ REQUIRED_MEM_SPACE: 7
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,20 @@
1
+ #!/bin/bash
2
+
3
+
4
+ # check the runtime environment.
5
+ source $(dirname "$(realpath "$0")")/../utils.sh
6
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
7
+
8
+ BASE_PATH=/home/$USER/reComputer
9
+ mkdir -p $BASE_PATH/
10
+ JETSON_REPO_PATH="$BASE_PATH/jetson-containers"
11
+ BASE_JETSON_LAB_GIT="https://github.com/dusty-nv/jetson-containers"
12
+ if [ -d $JETSON_REPO_PATH ]; then
13
+ echo "jetson-ai-lab existed."
14
+ else
15
+ echo "jetson-ai-lab does not installed. start init..."
16
+ cd $BASE_PATH/
17
+ git clone --depth=1 $BASE_JETSON_LAB_GIT
18
+ cd $JETSON_REPO_PATH
19
+ bash install.sh
20
+ fi
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 25 # in GB
8
+ REQUIRED_MEM_SPACE: 7
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -1,5 +1,8 @@
1
1
  #!/bin/bash
2
2
 
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
3
6
 
4
7
  BASE_PATH=/home/$USER/reComputer
5
8
  mkdir -p $BASE_PATH/
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 80 # in GB
8
+ REQUIRED_MEM_SPACE: 15
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,19 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
6
+
7
+ BASE_PATH=/home/$USER/reComputer
8
+ mkdir -p $BASE_PATH/
9
+ JETSON_REPO_PATH="$BASE_PATH/jetson-containers"
10
+ BASE_JETSON_LAB_GIT="https://github.com/dusty-nv/jetson-containers"
11
+ if [ -d $JETSON_REPO_PATH ]; then
12
+ echo "jetson-ai-lab existed."
13
+ else
14
+ echo "jetson-ai-lab does not installed. start init..."
15
+ cd $BASE_PATH/
16
+ git clone --depth=1 $BASE_JETSON_LAB_GIT
17
+ cd $JETSON_REPO_PATH
18
+ bash install.sh
19
+ fi
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 25 # in GB
8
+ REQUIRED_MEM_SPACE: 7
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,19 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
6
+
7
+ BASE_PATH=/home/$USER/reComputer
8
+ mkdir -p $BASE_PATH/
9
+ JETSON_REPO_PATH="$BASE_PATH/jetson-containers"
10
+ BASE_JETSON_LAB_GIT="https://github.com/dusty-nv/jetson-containers"
11
+ if [ -d $JETSON_REPO_PATH ]; then
12
+ echo "jetson-ai-lab existed."
13
+ else
14
+ echo "jetson-ai-lab does not installed. start init..."
15
+ cd $BASE_PATH/
16
+ git clone --depth=1 $BASE_JETSON_LAB_GIT
17
+ cd $JETSON_REPO_PATH
18
+ bash install.sh
19
+ fi
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 15 # in GB
8
+ REQUIRED_MEM_SPACE: 7
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,19 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
6
+
7
+ BASE_PATH=/home/$USER/reComputer
8
+ mkdir -p $BASE_PATH/
9
+ JETSON_REPO_PATH="$BASE_PATH/jetson-containers"
10
+ BASE_JETSON_LAB_GIT="https://github.com/dusty-nv/jetson-containers"
11
+ if [ -d $JETSON_REPO_PATH ]; then
12
+ echo "jetson-ai-lab existed."
13
+ else
14
+ echo "jetson-ai-lab does not installed. start init..."
15
+ cd $BASE_PATH/
16
+ git clone --depth=1 $BASE_JETSON_LAB_GIT
17
+ cd $JETSON_REPO_PATH
18
+ bash install.sh
19
+ fi
@@ -8,4 +8,4 @@ cd $JETSON_REPO_PATH
8
8
  docker rm -f ollama
9
9
  # run Front-end
10
10
  ./run.sh $(./autotag ollama)
11
- # user only can access with http://ip:11434
11
+ # user only can access with http://ip:11434
@@ -0,0 +1,31 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ REQUIRED_DISK_SPACE: 25 # in GB
8
+ REQUIRED_MEM_SPACE: 7
9
+ PACKAGES:
10
+ - nvidia-jetpack
11
+ DOCKER:
12
+ ENABLE: true
13
+ DAEMON: |
14
+ {
15
+ "default-runtime": "nvidia",
16
+ "runtimes": {
17
+ "nvidia": {
18
+ "path": "nvidia-container-runtime",
19
+ "runtimeArgs": []
20
+ }
21
+ },
22
+ "storage-driver": "overlay2",
23
+ "data-root": "/var/lib/docker",
24
+ "log-driver": "json-file",
25
+ "log-opts": {
26
+ "max-size": "100m",
27
+ "max-file": "3"
28
+ },
29
+ "no-new-privileges": true,
30
+ "experimental": false
31
+ }
@@ -0,0 +1,19 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
6
+
7
+ BASE_PATH=/home/$USER/reComputer
8
+ mkdir -p $BASE_PATH/
9
+ JETSON_REPO_PATH="$BASE_PATH/jetson-containers"
10
+ BASE_JETSON_LAB_GIT="https://github.com/dusty-nv/jetson-containers"
11
+ if [ -d $JETSON_REPO_PATH ]; then
12
+ echo "jetson-ai-lab existed."
13
+ else
14
+ echo "jetson-ai-lab does not installed. start init..."
15
+ cd $BASE_PATH/
16
+ git clone --depth=1 $BASE_JETSON_LAB_GIT
17
+ cd $JETSON_REPO_PATH
18
+ bash install.sh
19
+ fi