|
1 | 1 |
|
2 |
| -dustynv/jetson-containers |
3 |
| -observablheq/runtime |
4 |
| -livekit/client-sdk-js |
| 2 | + |
| 3 | +https://github.com/dustynv/jetson-containers |
| 4 | +https://github.com/observablheq/runtime |
| 5 | +https://github.com/livekit/client-sdk-js |
| 6 | +https://github.com/bazelbuild/bazel |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +[ |
| 11 | + { |
| 12 | + "name": "GoLang", |
| 13 | + "repo": "https://github.com/golang/go", |
| 14 | + "dependencies": [ |
| 15 | + { |
| 16 | + "name": "gc (Go compiler)", |
| 17 | + "description": "Go compiler toolchain" |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "gccgo", |
| 21 | + "description": "Alternative Go compiler based on GCC" |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "cmd/compile", |
| 25 | + "description": "Go compiler internal package with SSA and IR components" |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "CGO", |
| 29 | + "description": "Allows Go programs to call C code" |
| 30 | + }, |
| 31 | + { |
| 32 | + "name": "Go Runtime", |
| 33 | + "description": "Includes garbage collection, goroutines, and channels" |
| 34 | + } |
| 35 | + ] |
| 36 | + }, |
| 37 | + { |
| 38 | + "name": "Node.js", |
| 39 | + "repo": "https://github.com/nodejs/node", |
| 40 | + "dependencies": [ |
| 41 | + { |
| 42 | + "name": "V8 Engine", |
| 43 | + "description": "JavaScript engine by Google" |
| 44 | + }, |
| 45 | + { |
| 46 | + "name": "libuv", |
| 47 | + "description": "Provides event loop and asynchronous I/O" |
| 48 | + }, |
| 49 | + { |
| 50 | + "name": "c-ares", |
| 51 | + "description": "A C library for asynchronous DNS requests" |
| 52 | + }, |
| 53 | + { |
| 54 | + "name": "OpenSSL", |
| 55 | + "description": "Handles TLS and cryptographic operations" |
| 56 | + }, |
| 57 | + { |
| 58 | + "name": "HTTP Parser", |
| 59 | + "description": "Parses HTTP requests and responses" |
| 60 | + }, |
| 61 | + { |
| 62 | + "name": "zlib", |
| 63 | + "description": "Handles data compression" |
| 64 | + } |
| 65 | + ] |
| 66 | + }, |
| 67 | + { |
| 68 | + "name": "Docker", |
| 69 | + "repo": "https://github.com/moby/moby", |
| 70 | + "dependencies": [ |
| 71 | + { |
| 72 | + "name": "runc", |
| 73 | + "description": "CLI tool for running containers" |
| 74 | + }, |
| 75 | + { |
| 76 | + "name": "containerd", |
| 77 | + "description": "Manages container lifecycle" |
| 78 | + }, |
| 79 | + { |
| 80 | + "name": "libnetwork", |
| 81 | + "description": "Provides container networking" |
| 82 | + }, |
| 83 | + { |
| 84 | + "name": "BuildKit", |
| 85 | + "description": "Optimizes Docker build process" |
| 86 | + }, |
| 87 | + { |
| 88 | + "name": "aufs and overlayfs", |
| 89 | + "description": "Filesystems for container storage" |
| 90 | + } |
| 91 | + ] |
| 92 | + }, |
| 93 | + { |
| 94 | + "name": "Kubernetes", |
| 95 | + "repo": "https://github.com/kubernetes/kubernetes", |
| 96 | + "dependencies": [ |
| 97 | + { |
| 98 | + "name": "etcd", |
| 99 | + "description": "Distributed key-value store for cluster data" |
| 100 | + }, |
| 101 | + { |
| 102 | + "name": "containerd", |
| 103 | + "description": "Manages containers in Kubernetes" |
| 104 | + }, |
| 105 | + { |
| 106 | + "name": "CoreDNS", |
| 107 | + "description": "DNS for Kubernetes services" |
| 108 | + }, |
| 109 | + { |
| 110 | + "name": "cAdvisor", |
| 111 | + "description": "Monitors container resource usage" |
| 112 | + }, |
| 113 | + { |
| 114 | + "name": "Flannel or Calico", |
| 115 | + "description": "Networking plugins for pod networking" |
| 116 | + } |
| 117 | + ] |
| 118 | + }, |
| 119 | + { |
| 120 | + "name": "Slurm", |
| 121 | + "repo": "https://github.com/SchedMD/slurm", |
| 122 | + "dependencies": [ |
| 123 | + { |
| 124 | + "name": "MySQL or MariaDB", |
| 125 | + "description": "Database for job and cluster data" |
| 126 | + }, |
| 127 | + { |
| 128 | + "name": "PMIx", |
| 129 | + "description": "Process management standard" |
| 130 | + }, |
| 131 | + { |
| 132 | + "name": "Munge", |
| 133 | + "description": "Authentication system for users and hosts" |
| 134 | + }, |
| 135 | + { |
| 136 | + "name": "hwloc", |
| 137 | + "description": "Manages hardware topology" |
| 138 | + } |
| 139 | + ] |
| 140 | + }, |
| 141 | + { |
| 142 | + "name": "Java (OpenJDK)", |
| 143 | + "repo": "https://github.com/openjdk/jdk", |
| 144 | + "dependencies": [ |
| 145 | + { |
| 146 | + "name": "JVM", |
| 147 | + "description": "Java Virtual Machine for running Java applications" |
| 148 | + }, |
| 149 | + { |
| 150 | + "name": "javac", |
| 151 | + "description": "Java compiler" |
| 152 | + }, |
| 153 | + { |
| 154 | + "name": "JRE libraries", |
| 155 | + "description": "Standard libraries for utilities, networking, and I/O" |
| 156 | + }, |
| 157 | + { |
| 158 | + "name": "HotSpot", |
| 159 | + "description": "Default JVM for memory management and garbage collection" |
| 160 | + } |
| 161 | + ] |
| 162 | + } |
| 163 | +] |
| 164 | +https://github.com/scverse/scanpy |
| 165 | + |
| 166 | + |
| 167 | +pytorch or tinygrad |
| 168 | + |
| 169 | +//this is the list of deps to sort by prtioity |
| 170 | +{ |
| 171 | +"pytorch": [], |
| 172 | +"tinygrad": [], |
| 173 | + |
| 174 | +} |
0 commit comments