Skip to content

Commit

Permalink
examples: mask_rcnn: Updated name of the Docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed Mar 2, 2024
1 parent 425b61b commit 0890de1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions examples/mask_rcnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ The image contains:
* CUDNN and CUDA libraries for faster acceleration on GPUs
* Additional development tools

Docker image can be pulled from the Docker registry using:

```bash
docker pull ghcr.io/antmicro/ros2-vision-node-base:vision-node-base
```

Alternatively, the image can be built manually with [build-docker.sh](./build-docker.sh) script:
Docker image containing all necessary dependencies can be built with:

```bash
sudo ./build-docker.sh
Expand Down
2 changes: 1 addition & 1 deletion examples/mask_rcnn/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -e

DOCKER_TAG=${DOCKER_TAG:-ghcr.io/antmicro/ros2-vision-node-base:vision-node-base}
DOCKER_TAG=${DOCKER_TAG:-ros2-vision-node-base}

SCRIPTDIR=$(dirname "$(realpath "$0")")

Expand Down
2 changes: 1 addition & 1 deletion examples/mask_rcnn/run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -e

DOCKER_IMAGE=${DOCKER_IMAGE:-ghcr.io/antmicro/ros2-vision-node-base:vision-node-base}
DOCKER_IMAGE=${DOCKER_IMAGE:-ros2-vision-node-base}

docker run -it \
-v "$(pwd)":/data \
Expand Down

0 comments on commit 0890de1

Please sign in to comment.