Skip to content

Commit d7de206

Browse files
committed
show more info
1 parent 038762f commit d7de206

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.sapien.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ jobs:
77
runs-on: codebuild-Tmp2-${{ github.run_id }}-${{ github.run_attempt }}
88
steps:
99
- uses: actions/checkout@v4
10+
- run: nvidia-smi
1011
- run: docker build -f ci/docker/Dockerfile.lightweight -t ci.lightweight .
1112
- run: docker run -d --runtime=nvidia --privileged=true -v .:/root/RoboVerse -it --name ci.lightweight ci.lightweight
13+
- run: >
14+
docker exec ci.lightweight
15+
conda run --no-capture-output -n metasim
16+
python -c "import torch; print(torch.cuda.is_available())"
1217
- run: >
1318
docker exec ci.lightweight
1419
conda run --no-capture-output -n metasim

0 commit comments

Comments
 (0)