We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee5395 commit 239956aCopy full SHA for 239956a
1 file changed
.github/workflows/ci.sapien.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
- run: docker build -f ci/docker/Dockerfile.lightweight -t ci.lightweight .
11
- - run: docker run -d --runtime=nvidia -v .:/root/RoboVerse -it --name ci.lightweight ci.lightweight
+ - run: docker run -d --runtime=nvidia --privileged=true -v .:/root/RoboVerse -it --name ci.lightweight ci.lightweight
12
- run: >
13
docker exec ci.lightweight
14
conda run --no-capture-output -n metasim
0 commit comments