Skip to content

Commit 38abf36

Browse files
committed
Revert docker checks in run-tests-action.yml
1 parent 438c9ad commit 38abf36

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/run-tests-action.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,6 @@ jobs:
4545
uv venv --python 3.10
4646
uv pip install -r tests/requirements.txt
4747
48-
- name: Check Docker version
49-
run: docker --version
50-
51-
- name: Run INFERENCE_DLC container
52-
if: inputs.group == 'aws-g4dn-2xlarge'
53-
run: |
54-
docker run --name test-container -d -it --gpus all -p 8080:8080 ${{ inputs.tgi-dlc }} --model-id TinyLlama/TinyLlama-1.1B-Chat-v1.0
55-
sleep 60
56-
docker stop test-container
57-
docker rm test-container
58-
5948
- name: Run Hugging Face DLCs Tests
6049
run: uv run pytest -s tests/
6150
env:

0 commit comments

Comments
 (0)