Skip to content

Commit cce1039

Browse files
committed
remove interactive
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent c89c323 commit cce1039

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -94,25 +94,6 @@ jobs:
9494
aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }}
9595
artifact_name: sglang-sagemaker-image-uri
9696

97-
# - name: ECR login
98-
# run: |
99-
# aws ecr get-login-password --region ${{ secrets.AWS_REGION }} | docker login --username AWS --password-stdin ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
100-
#
101-
# - name: Download image URI artifact
102-
# uses: actions/download-artifact@v4
103-
# with:
104-
# name: sglang-sagemaker-image-uri
105-
#
106-
# - name: Resolve image URI for test
107-
# run: |
108-
# IMAGE_URI=$(cat image_uri.txt)
109-
# echo "Resolved image URI: $IMAGE_URI"
110-
# echo "IMAGE_URI=$IMAGE_URI" >> $GITHUB_ENV
111-
#
112-
# - name: Pull image
113-
# run: |
114-
# docker pull $IMAGE_URI
115-
11697
- name: Checkout SGLang Tests
11798
uses: actions/checkout@v5
11899
with:
@@ -133,7 +114,7 @@ jobs:
133114
- name: Start container
134115
run: |
135116
# CONTAINER_ID=$(docker run -d -it --rm --gpus=all --entrypoint /bin/bash \
136-
CONTAINER_ID=$(docker run -d -it --rm --gpus=all \
117+
CONTAINER_ID=$(docker run -d --rm --gpus=all \
137118
-v ${HOME}/.cache/huggingface:/root/.cache/huggingface \
138119
-v ${HOME}/dataset:/dataset \
139120
-v ./sglang_source:/workdir --workdir /workdir \

0 commit comments

Comments
 (0)