Skip to content

Commit 6e02b97

Browse files
committed
gpus=all
1 parent 3463513 commit 6e02b97

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.sapien.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ jobs:
99
- uses: actions/checkout@v4
1010
- run: nvidia-smi
1111
- run: docker build -f ci/docker/Dockerfile.lightweight -t ci.lightweight .
12-
- run: docker run -d --runtime=nvidia --privileged=true --ipc=host -v .:/root/RoboVerse -it --name ci.lightweight ci.lightweight
12+
- run: docker run -d --runtime=nvidia --privileged=true --ipc=host --gpus=all -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+
nvidia-smi
17+
continue-on-error: true
1318
- run: >
1419
docker exec ci.lightweight
1520
conda run --no-capture-output -n metasim

0 commit comments

Comments
 (0)