Skip to content

Commit

Permalink
Update installation.rst (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Sep 2, 2021
1 parent 1484d64 commit e58c4c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ If you have a GPU server/PC running Linux and want to bring the GPU acceleration
$ docker run --runtime=nvidia --rm -it -v $HOME/.xenonpy:/home/user/.xenonpy -v <path/to/your/work_space>:/workspace -p 8888:8888 yoshidalab/xenonpy
For more information about **using GPU acceleration in docker**, see `nvidia docker <https://github.com/NVIDIA/nvidia-docker>`_.
.. note::

If you get **docker: Error response from daemon: Unknown runtime specified nvidia.** when runing docker with ``--runtime=nvidia``.
Please update your ``nvidia-docker`` to ``nvidia-docker2`` and repleace ``--runtime=nvidia`` with ``--gpus all``.
see `this issue <https://github.com/NVIDIA/nvidia-docker/issues/838>`_ for details.


Permission failed
Expand Down

0 comments on commit e58c4c0

Please sign in to comment.