Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnXuan committed Nov 9, 2023
1 parent 501b368 commit b7ae0e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
--name ${{ env.TEST_CONTAINER_NAME }} \
${{ env.TEST_IMG_TAG }} \
sleep 5400
docker exec ${{ env.TEST_CONTAINER_NAME }} ls
docker exec ${{ env.TEST_CONTAINER_NAME }} echo "-----------"
docker exec ${{ env.TEST_CONTAINER_NAME }} pwd
#docker exec ${{ env.TEST_CONTAINER_NAME }} ./infer.sh
- name: run
run: |
docker exec ${{ env.TEST_CONTAINER_NAME }} ./infer.sh
nvidia-smi

0 comments on commit b7ae0e5

Please sign in to comment.