mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[ci] Fix the lint #27291
Signed-off-by: Yi Cheng <chengyidna@gmail.com>
This commit is contained in:
parent
e3d7930bb3
commit
95da64b53e
1 changed files with 1 additions and 1 deletions
2
ci/ci.sh
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue