Skip to content

Commit 8650745

Browse files
committed
Update image tag name
1 parent 4005a05 commit 8650745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To quickly get started with Detection Metrics, we provide a docker image.
4444

4545
* Download docker image and run it
4646
```
47-
docker run -dit --name detection-metrics -v [local_directory]:/root/volume/ -e DISPLAY=host.docker.internal:0 jderobot/detection-metrics:latest
47+
docker run -dit --name detection-metrics -v [local_directory]:/root/volume/ -e DISPLAY=host.docker.internal:0 jderobot/detection-metrics:noetic
4848
```
4949

5050
This will start the GUI, provide a configuration file (appConfig.yml can be used) and you are ready to go. Check out the [web](https://jderobot.github.io/DetectionMetrics) for more information

docs/_pages/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To quickly get started with Detection Metrics, we provide a docker image.
1212

1313
* Download docker image and run it
1414
```
15-
docker run -dit --name detection-metrics -v [local_directory]:/root/volume/ -e DISPLAY=host.docker.internal:0 jderobot/detection-metrics:latest
15+
docker run -dit --name detection-metrics -v [local_directory]:/root/volume/ -e DISPLAY=host.docker.internal:0 jderobot/detection-metrics:noetic
1616
```
1717

1818
This will start the GUI, provide a configuration file (appConfig.yml can be used) and you are ready to go. Check out [functionality](/functionality/detector) for more information

0 commit comments

Comments
 (0)