invoice icon indicating copy to clipboard operation
invoice copied to clipboard

能不能搞个dockerfile,一键部署

Open orestonce opened this issue 5 years ago • 3 comments

orestonce avatar Sep 23 '19 01:09 orestonce

docker pull ljh2057/invoice-ocr:v1 docker run -d -p 30090:9090 --rm ljh2057/invoice-ocr:v1

ljh2057 avatar Dec 24 '20 09:12 ljh2057

docker pull ljh2057/invoice-ocr:v1 docker run -d -p 30090:9090 --rm ljh2057/invoice-ocr:v1

老哥,你的镜像不能用啊 一直返回404

curl --location --request POST 'http://localhost:30090/voice-ocr' \
--form 'file=@"/C:/Users/Pictures/Saved Pictures/sample.jpg"'

wangshuai-007 avatar Dec 03 '21 08:12 wangshuai-007

进容器里看下日志呢

------------------ 原始邮件 ------------------ 发件人: "guanshuicheng/invoice" @.>; 发送时间: 2021年12月3日(星期五) 下午4:23 @.>; @.@.>; 主题: Re: [guanshuicheng/invoice] 能不能搞个dockerfile,一键部署 (#6)

docker pull ljh2057/invoice-ocr:v1 docker run -d -p 30090:9090 --rm ljh2057/invoice-ocr:v1

老哥,你的镜像不能用啊 一直返回404 curl --location --request POST 'http://localhost:30090/voice-ocr' \ --form 'file=@"/C:/Users/Pictures/Saved Pictures/sample.jpg"'

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

ljh2057 avatar Dec 03 '21 09:12 ljh2057