RPM Deployments
You can enable GPU support in Cloudera Data Science Workbench with RPM deployment.
-
Set the following parameter in
/etc/cdsw/config/cdsw.conf
on all Cloudera Data Science Workbench hosts. You must make sure thatcdsw.conf
is consistent across all hosts, irrespective of whether they have GPU hardware installed on them.NVIDIA_GPU_ENABLE
Set this property to
true
to enable GPU support for Cloudera Data Science Workbench workloads. When this property is enabled on a host that is equipped with GPU hardware, the GPU(s) will be available for use by Cloudera Data Science Workbench. -
On the master host, run the following command to restart Cloudera Data
Science Workbench.
cdsw restart
If you modifiedcdsw.conf
on a worker host, run the following commands to make sure the changes go into effect:cdsw stop cdsw join
- Use the following section to test whether Cloudera Data Science Workbench can now detect GPUs.