|
|
пре 7 месеци | |
|---|---|---|
| .. | ||
| Dockerfile | пре 7 месеци | |
| README.md | пре 7 месеци | |
| app.py | пре 8 месеци | |
| download_models.py | пре 7 месеци | |
| entrypoint.sh | пре 9 месеци | |
| magic-pdf.json | пре 7 месеци | |
| requirements.txt | пре 7 месеци | |
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