Skip to content

Commit

Permalink
DockerでGPUを使用する時に問題が発生したらランタイムとしてnvidiaを直接指定するようにREADME.mdに記載する (#585) (
Browse files Browse the repository at this point in the history
  • Loading branch information
okaits7534 authored Feb 4, 2023
1 parent 6fcc1b3 commit 5e79db9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ docker pull voicevox/voicevox_engine:nvidia-ubuntu20.04-latest
docker run --rm --gpus all -p '127.0.0.1:50021:50021' voicevox/voicevox_engine:nvidia-ubuntu20.04-latest
```

#### トラブルシューティング
GPU版を利用する場合、環境によってエラーが発生することがあります。その場合、`--runtime=nvidia``docker run`につけて実行すると解決できることがあります。

## 貢献者の方へ

Issue を解決するプルリクエストを作成される際は、別の方と同じ Issue に取り組むことを避けるため、
Expand Down

0 comments on commit 5e79db9

Please sign in to comment.