File size: 143 Bytes
17daf6e
 
 
a5332c2
17daf6e
1
2
3
4
5
docker build -t omniparse .
# if you are running on a gpu
docker run --gpus all -p 8000:8000 omniparse
# else
docker run -p 8000:8000 omniparse