Skip to content

Commit f7b7606

Browse files
authored
1055 docker compose fixes (#1056)
Fixed wrong Docker Compose directives.
1 parent ac25801 commit f7b7606

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

samples/aws_kinesis/docker-compose.l4t.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ services:
4040
- CODEC=copy
4141
depends_on:
4242
mongo:
43-
privileged: true
4443
condition: service_healthy
4544
runtime: nvidia
4645

@@ -100,7 +99,6 @@ services:
10099
- CODEC=jpeg
101100
depends_on:
102101
mongo:
103-
privileged: true
104102
condition: service_healthy
105103
runtime: nvidia
106104

samples/conditional_video_processing/docker-compose.l4t.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ services:
3535
- CODEC=jpeg
3636
depends_on:
3737
etcd:
38-
privileged: true
3938
condition: service_healthy
4039
runtime: nvidia
4140

0 commit comments

Comments
 (0)