# mineru-api-docker **Repository Path**: tony-li/mineru-api-docker ## Basic Information - **Project Name**: mineru-api-docker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-07 - **Last Updated**: 2025-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 由于官方演示项目中 [projects/web_api](https://github.com/opendatalab/MinerU/tree/master/projects/web_api) 下的 `Dockerfile` 在国内比较难 `build` 成功,参考 `Mineru` 官方项目的 [docker/china/Dockerfile](https://github.com/opendatalab/MinerU/blob/master/docker/china/Dockerfile) 的实现方式及 `web_api` 整合一个可以运行的版本。 镜像版本:IMAGE_VERSION ## build ```shell docker build -t mineru_api: . ``` ## 在 .env 中指定镜像版本 ```shell IMAGE_VERSION=1.0 ``` ## 启动 ```shell docker-compose up -d ``` ## api docs ```shell http://127.0.0.1:8000/docs ```