Skip to content

Commit

Permalink
Merge pull request #993 from kmaehashi/upgrade-guide-docker
Browse files Browse the repository at this point in the history
add Docker update information to upgrade guide
  • Loading branch information
okuta committed Mar 5, 2018
2 parents 1c31561 + 112a4f8 commit 7b09f74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/upgrade.rst
Expand Up @@ -75,6 +75,14 @@ Please use :func:`cupy.cuda.Stream.use` instead.

See the discussion in `#306 <https://github.com/cupy/cupy/pull/306>`_ for more details.

Update of Docker Images
-----------------------

CuPy official Docker images (see :doc:`install` for details) are now updated to use CUDA 8.0 and cuDNN 6.0.
This change was introduced because CUDA 7.5 does not support NVIDIA Pascal GPUs.

To use these images, you may need to upgrade the NVIDIA driver on your host.
See `Requirements of nvidia-docker <https://github.com/NVIDIA/nvidia-docker/wiki/CUDA#requirements>`_ for details.

CuPy v2
=======
Expand Down

0 comments on commit 7b09f74

Please sign in to comment.