File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -v .:/root/RoboVerse -it --name ci.lightweight ci.lightweight
12+ - run : docker run -d --runtime=nvidia --privileged=true --ipc=host - v .:/root/RoboVerse -it --name ci.lightweight ci.lightweight
1313 - run : >
1414 docker exec ci.lightweight
1515 conda run --no-capture-output -n metasim
16- python -c "import torch; print(torch.__version__); print(torch.__path__); print(torch.cuda.is_available()); print(torch.cuda.get_arch_list()); print(torch.version.cuda); torch.cuda.get_device_name(0)"
16+ CUDA_VISIBLE_DEVICES=0 python -c "import torch; print(torch.__version__); print(torch.__path__); print(torch.cuda.is_available()); print(torch.cuda.get_arch_list()); print(torch.version.cuda); torch.cuda.get_device_name(0)"
17+ continue-on-error: true
1718 - run : >
1819 docker exec ci.lightweight
1920 conda run --no-capture-output -n metasim
20- python metasim/test/state_consistency.py --sim=sapien3
21+ CUDA_VISIBLE_DEVICES=0 python metasim/test/state_consistency.py --sim=sapien3
2122 continue-on-error: true
2223 # - run: >
2324 # docker exec ci.lightweight
You can’t perform that action at this time.
0 commit comments