Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
[docker] Update README for Ubuntu 18.04 re GPU (kaldi-asr#4514)
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX4284 authored May 1, 2021
1 parent bc0d25f commit f51691b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ and for GPU-based image:
cd docker/ubuntu16.04-gpu
docker build --tag kaldiasr/kaldi:gpu-latest .
```
for GPU-based image on ubuntu 18.04:
```bash
cd docker/ubuntu18.04-cuda10.0
docker build --tag kaldiasr/kaldi:gpu-latest .
```

0 comments on commit f51691b

Please sign in to comment.