Skip to content

Commit

Permalink
removed jetson nano image due to test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaRatnayake committed Jul 25, 2024
1 parent 1b330b1 commit 58b707b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 197 deletions.
66 changes: 0 additions & 66 deletions .github/workflows/boxmot_humble_j_nano.yml

This file was deleted.

17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Replace `image` and 'device' parameter in the compose.yml with following values
| System | ROS Version | Value for `image` | Value for `device` | Size | file |
| :--- | :--- | :--- | :--- | :---: | :---: |
| AMD64 | Humble | ghcr.io/kalanaratnayake/boxmot-ros:humble | `cpu`, `0`, `0,1,2` | 5.7 GB | docker/compose.amd64.yaml |
| Jetson Nano | Humble | ghcr.io/kalanaratnayake/boxmot-ros:humble-j-nano | `cpu`, `0` | 3.36GB | docker/compose.jnano.yaml |

## Docker Usage with this repository

Expand Down Expand Up @@ -40,22 +39,6 @@ docker volume rm docker_boxmot

</details>

<details>
<summary> <h3> on JetsonNano </h3> </summary>

Pull the Docker image and start compose (No need to run `docker compose build`)
```bash
cd src/boxmot_ros/docker
docker compose -f compose.jnano.yaml pull
docker compose -f compose.jnano.yaml up
```

Reset the system and remove volume
```bash
docker compose -f compose.jnano.yaml down
docker volume rm docker_boxmot
```
</details>

<br>

Expand Down
85 changes: 0 additions & 85 deletions docker/Dockerfile.jetson-nano

This file was deleted.

29 changes: 0 additions & 29 deletions docker/compose.jnano.yaml

This file was deleted.

0 comments on commit 58b707b

Please sign in to comment.