Refactor Jetson deployment scripts and enhance model handling

- Updated Docker configurations for Jetson deployment, including new image specifications in `docker-compose` files.
- Improved `Dockerfile.jetson` with a newer JetPack base image and additional dependencies.
- Streamlined model handling in the inference module, enhancing performance and error management.
- Cleaned up project structure by removing obsolete scripts and improving resource management.

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-08 06:33:10 +03:00
parent 26900d0aee
commit f7f167db24
+15
View File
@@ -0,0 +1,15 @@
when:
branch: [stage, main]
event: push
steps:
- name: build-and-push
image: plugins/docker
settings:
dockerfile: Dockerfile.jetson
context: .
repo: registry:5000/detections
tags:
- "${CI_COMMIT_BRANCH}"
- "${CI_COMMIT_SHA:0:8}"
insecure: true