mirror of https://github.com/MycroftAI/mimic2.git
Update README.md
parent
c01bd501bc
commit
9a3d1d2a20
|
@ -25,8 +25,8 @@ Pull requests are welcome!
|
|||
1. make sure you have docker installed
|
||||
|
||||
2. Build Docker (If you want to use the GPU in docker make sure you have [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) installed)
|
||||
1. `docker build -t mycroft/mimic2-demoserver:gpu -f gpu.Dockerfile .` (switch all gpu for cpu if you want cpu version)
|
||||
2. `nvidia-docker run -it -p 3000:3000 mycroft/mimic2-demoserver:gpu` (switch gpu for cpu if you want cpu version)
|
||||
1. `docker build -t mycroft/mimic2:gpu -f gpu.Dockerfile .` (switch all gpu for cpu if you want cpu version)
|
||||
2. `nvidia-docker run -it -p 3000:3000 mycroft/mimic2:gpu` (switch gpu for cpu if you want cpu version)
|
||||
|
||||
#### manually
|
||||
1. Install Python 3.
|
||||
|
|
Loading…
Reference in New Issue