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
Update holoscan docker image version to 2.8.0 in the README
Signed-off-by: Bruce Hashemian <3968947+drbeh@users.noreply.github.com>
Co-authored-by: Bruce Hashemian <3968947+drbeh@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,11 +89,11 @@ Check to verify that the image is created:
89
89
$ docker images
90
90
REPOSITORY TAG IMAGE ID CREATED SIZE
91
91
...
92
-
holohub ngc-v2.1.0-dgpu 17e3aa51f129 13 days ago 13.2GB
92
+
holohub ngc-v2.8.0-dgpu 17e3aa51f129 13 days ago 13.2GB
93
93
...
94
94
```
95
95
96
-
***Note:*** The development container script ```dev_container``` will by default detect if the system is using an iGPU (integrated GPU) or a dGPU (discrete GPU) and use [NGC's Holoscan SDK container](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/clara-holoscan/containers/holoscan)**`v2.1`** for the [Container build](#container-build-recommended). See [Advanced Container Build Options](/doc/developer.md#advanced-build-options-container) if you would like to use an older version of the SDK as a custom base image.
96
+
***Note:*** The development container script ```dev_container``` will by default detect if the system is using an iGPU (integrated GPU) or a dGPU (discrete GPU) and use [NGC's Holoscan SDK container](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/clara-holoscan/containers/holoscan)**`v2.8`** for the [Container build](#container-build-recommended). See [Advanced Container Build Options](/doc/developer.md#advanced-build-options-container) if you would like to use an older version of the SDK as a custom base image.
97
97
98
98
See the [Developer Reference document](/doc/developer.md) for additional options.
0 commit comments