We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3463513 commit 6e02b97Copy full SHA for 6e02b97
1 file changed
.github/workflows/ci.sapien.yml
@@ -9,7 +9,12 @@ jobs:
9
- uses: actions/checkout@v4
10
- run: nvidia-smi
11
- 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
+ - 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
18
- run: >
19
docker exec ci.lightweight
20
conda run --no-capture-output -n metasim
0 commit comments