Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
/ PPOCR-Docker Public archive

使用 GitHub Actions 自动构建PPOCR服务化部署 Docker 镜像

Notifications You must be signed in to change notification settings

TaXAu/PPOCR-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ppocr-server-docker

Docker Image CI

使用 GitHub Actions 自动构建 Docker 镜像, 参考PPOCR 服务化部署

服务配置

  • http 端口: 默认为 9998
  • rpc 端口: 默认为 18091

更多可查看配置文件PaddleOCR/deploy/pdserving/config.yml和PaddleOCR官方文档。

镜像配置

  • 工作目录:/home/Projects

使用方法

docker run -p 9998:9998 -p 18091:18091 sperjar/ppocr:latest

About

使用 GitHub Actions 自动构建PPOCR服务化部署 Docker 镜像

Topics

Resources

Stars

Watchers

Forks