2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Update ubuntu.rst

ppc64el not ppc64le for Ubuntu
This commit is contained in:
Victor Hu 2015-10-30 16:01:23 -04:00
parent 900d937275
commit 7e49dabc8b

View File

@ -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