mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 07:06:32 +00:00
f7f167db24
- 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
16 lines
305 B
YAML
16 lines
305 B
YAML
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
|