Skip to content

Commit

Permalink
docker cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalzauberzeug committed Sep 23, 2024
1 parent c3549a6 commit 4acf156
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 141 deletions.
2 changes: 0 additions & 2 deletions docker-compose.jetson.orin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ services:
network_mode: host
restart: always
privileged: true
build:
context: .

detector:
image: "zauberzeug/yolov5-detector:0.1.2-nlv0.10.10-35.4.1"
Expand Down
2 changes: 1 addition & 1 deletion docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ case $os in
r_number=$(grep -oP 'R\d+' /etc/nv_tegra_release)

case $r_number in
R35|R36)
R35)
# Jetson Orin
compose_args="$compose_args -f docker-compose.yml -f docker-compose.jetson.orin.yml"
;;
Expand Down
138 changes: 0 additions & 138 deletions docker_jp6.sh

This file was deleted.

0 comments on commit 4acf156

Please sign in to comment.