[ci] Fix the lint #27291

Signed-off-by: Yi Cheng <chengyidna@gmail.com>
This commit is contained in:
Yi Cheng 2022-07-29 23:18:13 +00:00 committed by GitHub
parent e3d7930bb3
commit 95da64b53e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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