From 7e49dabc8b3c70664cadafb17f5f45531727edcf Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Fri, 30 Oct 2015 16:01:23 -0400 Subject: [PATCH] Update ubuntu.rst ppc64el not ppc64le for Ubuntu --- docs/source/advanced/gpu/nvidia/repo/ubuntu.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/advanced/gpu/nvidia/repo/ubuntu.rst b/docs/source/advanced/gpu/nvidia/repo/ubuntu.rst index c44b53837..ac31ca6dd 100644 --- a/docs/source/advanced/gpu/nvidia/repo/ubuntu.rst +++ b/docs/source/advanced/gpu/nvidia/repo/ubuntu.rst @@ -11,10 +11,10 @@ A local package repo will contain all of the CUDA packages. Extract the CUDA pa # 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 + mkdir -p /install/cuda-repo/ppc64el # extract the package - dpkg -x /root/cuda-repo-ubuntu1404-7-5-local_7.5-18_ppc64el.deb /install/cuda-repo/ppc64le + dpkg -x /root/cuda-repo-ubuntu1404-7-5-local_7.5-18_ppc64el.deb /install/cuda-repo/ppc64el