Skip to content

Commit

Permalink
In centos Docker the nvml lib resides on a bit different path /usr/li…
Browse files Browse the repository at this point in the history
…b64/libnvidia-ml.so.1 (#617)
  • Loading branch information
mdymczyk authored May 26, 2018
1 parent 2f849e2 commit 711bf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ R_VERSION = 3.1.0

#
# Find NVML library
NVML_LIB := $(shell find /lib/ /usr/lib/|grep libnvidia-ml.so.1|head -1)
NVML_LIB := $(shell find /lib/ /usr/|grep libnvidia-ml.so.1|head -1)
$(warning Compiling with NVML_LIB=$(NVML_LIB))

0 comments on commit 711bf93

Please sign in to comment.