Skip to content

Commit

Permalink
Merge pull request #11 from cupy/fix-doc
Browse files Browse the repository at this point in the history
Fix doc
  • Loading branch information
okuta committed Feb 23, 2017
2 parents ea1e4fb + e7e6999 commit f033541
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ For example if you uses Ubuntu Linux, copy ``.h`` files to ``include`` directory

The destination directories depend on your environment.

If you want to use cuDNN installed in other directory, please use ``CFLAGS``, ``LDFLAGS`` and ``LD_LIBRARY_PATH`` environment variables before installing Chainer::
If you want to use cuDNN installed in other directory, please use ``CFLAGS``, ``LDFLAGS`` and ``LD_LIBRARY_PATH`` environment variables before installing CuPy::

export CFLAGS=-I/path/to/cudnn/include
export LDFLAGS=-L/path/to/cudnn/lib
Expand Down Expand Up @@ -178,18 +178,18 @@ When you install CuPy without CUDA, and after that you want to use CUDA, please
You need to reinstall CuPy when you want to upgrade CUDA.


Run Chainer with Docker
Run CuPy with Docker
-----------------------

We provide the official Docker image.
Use `nvidia-docker <https://github.com/NVIDIA/nvidia-docker>`_ command to run Chainer image with GPU.
You can login to the environment with bash, and run the Python interpreter::

$ nvidia-docker run -it chainer/chainer /bin/bash
$ nvidia-docker run -it cupy/cupy /bin/bash

Or, run the interpreter directly::

$ nvidia-docker run -it chainer/chainer /usr/bin/python
$ nvidia-docker run -it cupy/cupy /usr/bin/python


What "recommend" means?
Expand Down

0 comments on commit f033541

Please sign in to comment.