Gilbert Song created MESOS-8758:
-----------------------------------
Summary: Document LABEL and ENV VAR dependency for GPU support.
Key: MESOS-8758
URL: https://issues.apache.org/jira/browse/MESOS-8758
Project: Mesos
Issue Type: Documentation
Components: documentation
Reporter: Gilbert Song
If using GPU on UCR with non-Nvidia based images, the following LABEL and ENV
VAR is needed in the image:
{noformat}
LABEL com.nvidia.volumes.needed="nvidia_driver"
LABEL com.nvidia.cuda.version="${CUDA_VERSION}"
{noformat}
{noformat}
ENV PATH /usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}
ENV LD_LIBRARY_PATH /usr/local/nvidia/lib:/usr/local/nvidia/lib64
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)