File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -126,20 +126,16 @@ jobs:
126126 - name : Final
127127 id : final
128128 run : |
129- echo "docker_image=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT}}${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
130- echo "docker_devices=${{ env.DOCKER_DEVICES }}" >> "$GITHUB_OUTPUT"
131- echo "docker_volume=${{ env.DOCKER_VOLUME }}" >> "$GITHUB_OUTPUT"
132- echo "runs_on=${{ env.RUNS_ON }}" >> "$GITHUB_OUTPUT"
133- echo "label=${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
134- echo "extra_pytest=${{ env.EXTRA_PYTEST }}" >> "$GITHUB_OUTPUT"
129+ echo "docker_image=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
135130
136131 tests :
137132 needs : build-and-push
138133 runs-on :
139134 group : aws-g6-12xl-plus-priv-cache
135+ env :
136+ DOCKER_IMAGE : ${{ needs.build-and-push.outputs.docker_image }}
140137 container :
141- image :
142- registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:${{ needs.build-and-push.outputs.docker_image }}
138+ image : ${DOCKER_IMAGE}
143139 credentials :
144140 username : ${{ secrets.REGISTRY_USERNAME }}
145141 password : ${{ secrets.REGISTRY_PASSWORD }}
You can’t perform that action at this time.
0 commit comments