File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 uses : addnab/docker-run-action@v3
131131 with :
132132 image : ${{ env.DEFAULT_IMAGE }}
133- options : -v ${{ github.workspace }}/mlir-tensorrt:/mlir-tensorrt -v ${{ github.workspace }}/ccache:/ccache -v ${{ github.workspace }}/.cache.cpm:/.cache.cpm --gpus all
133+ options : -v ${{ github.workspace }}/mlir-tensorrt:/mlir-tensorrt -v ${{ github.workspace }}/ccache:/ccache -v ${{ github.workspace }}/.cache.cpm:/.cache.cpm --gpus all --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --shm-size=1g --ulimit memlock=-1
134134 registry : ${{ env.REGISTRY }}
135135 username : ${{ github.actor }}
136136 password : ${{ secrets.GITHUB_TOKEN }}
@@ -143,7 +143,7 @@ jobs:
143143 uses : addnab/docker-run-action@v3
144144 with :
145145 image : ${{ env.DEFAULT_IMAGE }}
146- options : -v ${{ github.workspace }}/mlir-tensorrt:/mlir-tensorrt -v ${{ github.workspace }}/ccache:/ccache -v ${{ github.workspace }}/.cache.cpm:/.cache.cpm --gpus all
146+ options : -v ${{ github.workspace }}/mlir-tensorrt:/mlir-tensorrt -v ${{ github.workspace }}/ccache:/ccache -v ${{ github.workspace }}/.cache.cpm:/.cache.cpm --gpus all --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --shm-size=1g --ulimit memlock=-1
147147 registry : ${{ env.REGISTRY }}
148148 username : ${{ github.actor }}
149149 password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments