From 95da64b53eff15b777443d843a2ab1c3285fb9a2 Mon Sep 17 00:00:00 2001 From: Yi Cheng <74173148+iycheng@users.noreply.github.com> Date: Fri, 29 Jul 2022 23:18:13 +0000 Subject: [PATCH] [ci] Fix the lint #27291 Signed-off-by: Yi Cheng --- ci/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci.sh b/ci/ci.sh index 5928d3b3a..a57622dea 100755 --- a/ci/ci.sh +++ b/ci/ci.sh @@ -149,7 +149,7 @@ prepare_docker() { COPY ./*.whl / EXPOSE 8000 EXPOSE 10001 - RUN pip install /$wheel[serve] + RUN pip install /${wheel}[serve] RUN sudo apt update && sudo apt install curl -y " > $tmp_dir/Dockerfile