Files
MinerU/projects/web_api/start_mineru.sh
T
myhloli 39873969b0 docs: update project lists in README files to include web_api
Add the web_api project to the lists of projects in both the English and Chinese
README.md files, providing a brief description and linking to the project's
documentation. Ensure that the formatting and style are consistent with the
existing project entries.
2024-09-27 16:11:15 +08:00

7 lines
447 B
Bash

docker run -itd --name=mineru_server --gpus=all -p 8888:8000 quincyqiang/mineru:0.1-models /bin/bash
docker run -itd --name=mineru_server --gpus=all -p 8888:8000 quincyqiang/mineru:0.3-models
docker login --username=1185918903@qq.com registry.cn-beijing.aliyuncs.com
docker tag quincyqiang/mineru:0.3-models registry.cn-beijing.aliyuncs.com/quincyqiang/gomate:0.3-models
docker push registry.cn-beijing.aliyuncs.com/quincyqiang/gomate:0.3-models