File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,15 @@ jobs:
106106
107107 - name : Start container
108108 run : |
109+ pwd
110+ ls -la
109111 CONTAINER_NAME=vllm-rayserve-test
110112 echo "CONTAINER_NAME=$CONTAINER_NAME" >> $GITHUB_ENV
111113 docker run --name ${CONTAINER_NAME} \
112114 -d -it --rm --gpus=all --entrypoint /bin/bash \
113115 -v ${HOME}/.cache/huggingface:/root/.cache/huggingface \
114116 -v ${HOME}/.cache/vllm:/root/.cache/vllm \
115- -v vllm_tests:/workdir --workdir /workdir \
117+ -v ./ vllm_tests:/workdir --workdir /workdir \
116118 ${IMAGE_URI}
117119
118120 - name : Run vLLM Tests
@@ -121,9 +123,7 @@ jobs:
121123 set -eux
122124 nvidia-smi
123125 pwd
124- cd /workdir
125126 ls -la
126- cd vllm_tests
127127 uv pip install --system -r requirements/common.txt -r requirements/dev.txt --torch-backend=auto
128128 uv pip install --system pytest pytest-asyncio
129129 pytest -s -v tests/test_logger.py
You can’t perform that action at this time.
0 commit comments