备份最新边缘设备程序

This commit is contained in:
BBIT-Kai
2026-04-02 09:24:45 +08:00
parent de256fb5e0
commit 63bd6da895
68 changed files with 69340 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM nvcr.io/nvidia/l4t-base:r36.2.0
WORKDIR /app
COPY ./dist/ ./
RUN chmod +x ./sentinel-app
CMD ["./sentinel-app", "config/main.yml"]