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