Skip to content

Commit

Permalink
[hotfix] Correct the default path of nvidia-gpu-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaGYZ authored and zentol committed Jun 10, 2020
1 parent 218e509 commit 828dccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class GPUDriver implements ExternalResourceDriver {
static final ConfigOption<String> DISCOVERY_SCRIPT_PATH =
key("discovery-script.path")
.stringType()
.defaultValue(String.format("%s/external-resource-gpu/nvidia-gpu-discovery.sh", ConfigConstants.DEFAULT_FLINK_PLUGINS_DIRS));
.defaultValue(String.format("%s/external_resource_gpu/nvidia-gpu-discovery.sh", ConfigConstants.DEFAULT_FLINK_PLUGINS_DIRS));

@VisibleForTesting
static final ConfigOption<String> DISCOVERY_SCRIPT_ARG =
Expand Down

0 comments on commit 828dccd

Please sign in to comment.