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

Update ubuntu.rst

This commit is contained in:
Victor Hu 2015-10-30 15:59:57 -04:00
parent 7f71a9b0ee
commit 900d937275

View File

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