Skip to content

Commit

Permalink
update docker 19.03
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang0jhon committed Nov 21, 2019
1 parent c08e5a8 commit 65061bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ After [__nvidia-docker__](https://github.com/NVIDIA/nvidia-docker) installed, ru

```
docker pull zhang0jhon/demo:ocr
docker run --runtime=nvidia -p 5000:5000 -it zhang0jhon/demo:ocr bash
docker run -it -p 5000:5000 --gpus all zhang0jhon/demo:ocr bash
cd /ocr/ocr
python flaskapp.py
```
<!-- docker run --runtime=nvidia -p 5000:5000 -it zhang0jhon/demo:ocr bash -->

Then you can test with your data via browser:

Expand Down

0 comments on commit 65061bf

Please sign in to comment.