|
|
hace 6 meses | |
|---|---|---|
| .. | ||
| Dockerfile | hace 7 meses | |
| README.md | hace 7 meses | |
| app.py | hace 6 meses | |
| download_models.py | hace 7 meses | |
| entrypoint.sh | hace 9 meses | |
| magic-pdf.json | hace 7 meses | |
| requirements.txt | hace 7 meses | |
docker build -t mineru-api .
或者使用代理:
docker build --build-arg http_proxy=http://127.0.0.1:7890 --build-arg https_proxy=http://127.0.0.1:7890 -t mineru-api .
docker run --rm -it --gpus=all -p 8000:8000 mineru-api
访问地址:
http://localhost:8000/docs
http://127.0.0.1:8000/docs