mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-09-21 20:49:56 +08:00
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.
7 lines
447 B
Bash
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 |