You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-health-insights/use-containers.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Azure AI Health Insights container images can be found on the `mcr.microsoft.com
52
52
To use the latest version of the container, you can use the `latest` tag. You can find a full list of tags on the MCR via `https://mcr.microsoft.com/v2/azure-cognitive-services/health-insights/clinical-matching/tags/list`.
53
53
54
54
- Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/) command to download this container image from the Microsoft public container registry.
55
-
You can find the featured tags on the [docker hub clinical matching page](https://hub.docker.com/_/microsoft-azure-cognitive-services-health-insights-clinical-matching).
55
+
You can find the featured tags on the [docker hub clinical matching page](https://hub.docker.com/r/microsoft-azure-cognitive-services-health-insights-clinical-matching).
@@ -133,7 +133,7 @@ curl -X PUT 'http://<serverURL>:5000/health-insights/<model>/jobs/id?api-version
133
133
134
134
#### Example docker compose file
135
135
136
-
The below example shows how a [docker compose](https://docs.docker.com/compose/reference/overview) file can be created to deploy the health-insights containers.
136
+
The below example shows how a [docker compose](https://docs.docker.com/reference/compose-file/) file can be created to deploy the health-insights containers.
0 commit comments