Skip to content

Commit bfa1930

Browse files
committed
add -it
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent f390fd9 commit bfa1930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
- name: Start container
108108
run: |
109-
CONTAINER_ID=$(docker run -d --rm --gpus=all --entrypoint /bin/bash \
109+
CONTAINER_ID=$(docker run -d -it --rm --gpus=all --entrypoint /bin/bash \
110110
-v ${HOME}/.cache/huggingface:/root/.cache/huggingface \
111111
-v /tmp/sglang/dataset:/dataset \
112112
-v ./sglang_source:/workdir --workdir /workdir \

0 commit comments

Comments
 (0)