Skip to content

Commit

Permalink
copy model
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Apr 28, 2024
1 parent 0405b60 commit d6628a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=linux/amd64 python:3.9
ENV TZ=Asia/Shanghai
ARG DEBIAN_FRONTEND=noninteractive

COPY model/ ~/.cnocr/2.3/
COPY model/*.zip /root/.cnocr/2.3/

RUN apt-get update && apt-get install -y python3-opencv libglib2.0-0 libsm6 libxext6 libxrender-dev && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit d6628a5

Please sign in to comment.