Skip to content

Commit

Permalink
Update default base image to Holoscan SDK 1.0 (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jomier <[email protected]>
  • Loading branch information
jjomier authored Feb 9, 2024
1 parent d850e2c commit c2f580b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev_container
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,11 @@ get_host_gpu() {


get_default_base_img() {
echo -n "nvcr.io/nvidia/clara-holoscan/holoscan:v0.6.0-"$(get_host_gpu)
echo -n "nvcr.io/nvidia/clara-holoscan/holoscan:v1.0.3-"$(get_host_gpu)
}

get_default_img() {
echo -n "holohub:ngc-v0.6.0-"$(get_host_gpu)
echo -n "holohub:ngc-v1.0.3-"$(get_host_gpu)
}

build_desc() { c_echo 'Build dev image
Expand Down

0 comments on commit c2f580b

Please sign in to comment.