Skip to content

Commit

Permalink
change default version to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkyang-nvi committed Jul 22, 2021
1 parent da3c92e commit f3a25d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ def create_argmap(images):
dcgm_ver = re.search("DCGM_VERSION=([\S]{4,}) ", vars)
dcgm_version = ""
if dcgm_ver == None:
dcgm_version = "2.2.3"
log("WARNING: DCGM version not found from image, installing the earlierst version {}"
dcgm_version = "2.2.8"
log("WARNING: DCGM version not found from image, installing default version {}"
.format(dcgm_version))
else:
dcgm_version = dcgm_ver.group(1)
Expand Down

0 comments on commit f3a25d2

Please sign in to comment.