From 900d937275fde76b74c2ee610cedd8df9ca20a88 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Fri, 30 Oct 2015 15:59:57 -0400 Subject: [PATCH] Update ubuntu.rst --- docs/source/advanced/gpu/nvidia/repo/ubuntu.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/source/advanced/gpu/nvidia/repo/ubuntu.rst b/docs/source/advanced/gpu/nvidia/repo/ubuntu.rst index fcf335031..c44b53837 100644 --- a/docs/source/advanced/gpu/nvidia/repo/ubuntu.rst +++ b/docs/source/advanced/gpu/nvidia/repo/ubuntu.rst @@ -6,15 +6,16 @@ NVIDIA supports two types of debian repositories that can be used to install Cud Local ----- -A local package repo will contain all of the cuda packages. - -Extract the cuda packages into ``/install/cuda-repo/ppc64le``: :: - - # For cuda toolkit name: /root/cuda-repo-ubuntu1404-7-5-local_7.5-18_ppc64el.deb +A local package repo will contain all of the CUDA packages. Extract the CUDA packages into ``/install/cuda-repo/ppc64le``: :: + # For CUDA toolkit: /root/cuda-repo-ubuntu1404-7-5-local_7.5-18_ppc64el.deb + # Create the repo directory under xCAT /install dir mkdir -p /install/cuda-repo/ppc64le + + # extract the package dpkg -x /root/cuda-repo-ubuntu1404-7-5-local_7.5-18_ppc64el.deb /install/cuda-repo/ppc64le + Network