Skip to content

Commit

Permalink
README.md: Dockerイメージの案内をUbuntu 22.04ベースイメージに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint authored Dec 14, 2024
1 parent c716b78 commit 3bd4849
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ VOICEVOX エンジンもしくはエディタを起動した状態で http://127
#### CPU

```bash
docker pull voicevox/voicevox_engine:cpu-ubuntu20.04-latest
docker run --rm -p '127.0.0.1:50021:50021' voicevox/voicevox_engine:cpu-ubuntu20.04-latest
docker pull voicevox/voicevox_engine:cpu-ubuntu22.04-latest
docker run --rm -p '127.0.0.1:50021:50021' voicevox/voicevox_engine:cpu-ubuntu22.04-latest
```

#### GPU

```bash
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
docker pull voicevox/voicevox_engine:nvidia-ubuntu22.04-latest
docker run --rm --gpus all -p '127.0.0.1:50021:50021' voicevox/voicevox_engine:nvidia-ubuntu22.04-latest
```

##### トラブルシューティング
Expand Down

0 comments on commit 3bd4849

Please sign in to comment.