1 Star 0 Fork 15

邓乾/CnOCR

forked from breezedeus/CnOCR 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
breezedeus 提交于 2024-02-05 23:50 . update docker hub address
# FROM --platform=linux/arm64 python:3.9
FROM --platform=linux/amd64 python:3.9
ENV TZ=Asia/Shanghai
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y python3-opencv libglib2.0-0 libsm6 libxext6 libxrender-dev && rm -rf /var/lib/apt/lists/*
RUN pip install -U pip && pip install onnxruntime && pip install cnocr[serve] --index-url https://mirrors.aliyun.com/pypi/simple
CMD ["cnocr", "serve", "-H", "0.0.0.0", "-p", "8501"]
EXPOSE 8501
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/dqqaz/cnocr.git
[email protected]:dqqaz/cnocr.git
dqqaz
cnocr
CnOCR
master

搜索帮助