Skip to content

Commit

Permalink
Update comments for default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Deezzir committed Sep 13, 2024
1 parent 2ea70fd commit 4059a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/hooks/configure
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# so users can see available options by running
# `sudo snap get dcgm`.
if [ -z "$(snapctl get nv-hostengine-port)" ]; then
# Setting to empty string for the nv-hostengine binary to use the default port. (5555)
# Explictly use default bind port of nv-hostengine binary
snapctl set nv-hostengine-port="5555"
fi

if [ -z "$(snapctl get dcgm-exporter-address)" ]; then
# Setting to empty string for the dcgm-exporter binary to use the default address. (:9400)
# Explictly use default bind address of dcgm-exporter binary
snapctl set dcgm-exporter-address=":9400"
fi

0 comments on commit 4059a6d

Please sign in to comment.