File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 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 \
You can’t perform that action at this time.
0 commit comments