Modify docker build setup
This commit is contained in:
parent
08126ec17f
commit
63fe011b6e
@ -17,7 +17,7 @@
|
|||||||
"host": "0.0.0.0"
|
"host": "0.0.0.0"
|
||||||
},
|
},
|
||||||
"pgie_batch_size": 16,
|
"pgie_batch_size": 16,
|
||||||
"threshold_body_detection": 0.05,
|
"threshold_body_detection": 0.5,
|
||||||
"inferserver_pgie_config_file": "../data/inferserver/primary_detector_config.txt",
|
"inferserver_pgie_config_file": "../data/inferserver/primary_detector_config.txt",
|
||||||
"PGIE_NET_WIDTH": 640,
|
"PGIE_NET_WIDTH": 640,
|
||||||
"PGIE_NET_HEIGHT": 640,
|
"PGIE_NET_HEIGHT": 640,
|
||||||
@ -67,6 +67,6 @@
|
|||||||
"topic_redis": "redis_stream"
|
"topic_redis": "redis_stream"
|
||||||
},
|
},
|
||||||
"compression_coefficient": 0.125,
|
"compression_coefficient": 0.125,
|
||||||
"write_full_frame_to_disk": true,
|
"write_full_frame_to_disk": false,
|
||||||
"write_cropped_objects_to_disk": true
|
"write_cropped_objects_to_disk": false
|
||||||
}
|
}
|
||||||
@ -1,7 +1,7 @@
|
|||||||
[message-broker]
|
[message-broker]
|
||||||
# Redis-specific options
|
# Redis-specific options
|
||||||
hostname=localhost
|
hostname=localhost
|
||||||
port=9736
|
port=6379
|
||||||
streamsize=10000
|
streamsize=10000
|
||||||
payloadkey=metadata
|
payloadkey=metadata
|
||||||
consumergroup=mygroup
|
consumergroup=mygroup
|
||||||
|
|||||||
@ -11,6 +11,7 @@ services:
|
|||||||
command: ["redis-server", "/usr/local/etc/redis/redis.conf"]
|
command: ["redis-server", "/usr/local/etc/redis/redis.conf"]
|
||||||
deepstream-app:
|
deepstream-app:
|
||||||
build: .
|
build: .
|
||||||
|
image: ${IMAGE_NAME}:${TAG}
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
container_name: deepstream_with_triton
|
container_name: deepstream_with_triton
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
port 9736
|
port 6379
|
||||||
bind 0.0.0.0
|
bind 0.0.0.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user