Skip to content

Commit 239956a

Browse files
committed
privileged
1 parent eee5395 commit 239956a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.sapien.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- 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
11+
- run: docker run -d --runtime=nvidia --privileged=true -v .:/root/RoboVerse -it --name ci.lightweight ci.lightweight
1212
- run: >
1313
docker exec ci.lightweight
1414
conda run --no-capture-output -n metasim

0 commit comments

Comments
 (0)