You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
host系统是Mac OS 11.4, docker版本是 docker desktop 3.3.3(64133),使用的官方镜像 registry.baidubce.com/paddlepaddle/serving:0.6.2-devel,dockerfile中安装了各种相关的包
RUN cd /home && git clone -b v0.6.2 https://github.com/PaddlePaddle/Serving
RUN cd /home/Serving && pip3 install -r python/requirements.txt
RUN pip3 install paddle-serving-client==0.6.2 paddle-serving-server==0.6.2 paddle-serving-app==0.6.2
The text was updated successfully, but these errors were encountered:
使用的版本是0.6.2分支,房价预测fit_a_line顺利通过,但是测试pipeline ocr的时候出现问题,启动web_service.py后停在了 start proxy service;启动pipeline_http_client.py 时候无任何输出,挂在了那儿不动了,无法完成测试
host系统是Mac OS 11.4, docker版本是 docker desktop 3.3.3(64133),使用的官方镜像 registry.baidubce.com/paddlepaddle/serving:0.6.2-devel,dockerfile中安装了各种相关的包
The text was updated successfully, but these errors were encountered: