Closed bc-li closed 3 years ago
Thanks BC-Li!
@BC-Li Hi, your branch has been deleted by yourself which let this PR cannot be merged. Could you create branch or a new PR?
> @BC-Li Hi, your branch has been deleted by yourself which let this PR cannot be merged. Could you create branch or a new PR?
Hi @YanjieGao, I've created a new PR in https://github.com/microsoft/AI-System/pull/29. I thought after I handed in that PR I could delete my branch... Sorry for the inconvenience TAT
------------------ 原始邮件 ------------------ 发件人: "Yanjie @.>; 发送时间: 2021年6月2日(星期三) 中午11:12 收件人: @.>; 抄送: "Bocheng @.>; @.>; 主题: Re: [microsoft/AI-System] Fix subprocess.CalledProcessError when building TorchServe GPU image in basic lab 5 (#27)
@BC-Li Hi, your branch has been deleted by yourself which let this PR cannot be merged. Could you create branch or a new PR?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Environment
Command
docker build --file Dockerfile.infer.gpu -t torchserve:0.1-gpu .
Error log
Solution
Change jdk version in GPU version of the Dockerfile.infer from openjdk-8-jdk-headless to openjdk-11-jdk, which resolve the problem.