omniparse / Dockerfile
AndreySokolov01's picture
Update Dockerfile
17daf6e verified
raw
history blame
143 Bytes
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