Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AndreySokolov01
/
omniparse
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
17daf6e
omniparse
/
Dockerfile
AndreySokolov01
Update Dockerfile
17daf6e
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
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