From 1ae94ea85a3c4a54887c0727a55cb3d3d0188435 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Fri, 8 Apr 2022 10:15:52 +0800 Subject: [PATCH] [ci] remove ipc config for rootless docker (#694) --- .github/workflows/build.yml | 2 +- .github/workflows/compatibility_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9a904e42..afb39a185 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: [self-hosted, gpu] container: image: frankleeeee/pytorch-cuda:1.10.1-11.3.0 - options: --gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10 + options: --gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10 timeout-minutes: 40 steps: - name: Install dependencies diff --git a/.github/workflows/compatibility_test.yml b/.github/workflows/compatibility_test.yml index c2f7fb7fe..91c51e111 100644 --- a/.github/workflows/compatibility_test.yml +++ b/.github/workflows/compatibility_test.yml @@ -41,7 +41,7 @@ jobs: matrix: ${{fromJson(needs.matrix_preparation.outputs.matrix)}} container: image: ${{ matrix.container }} - options: --gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10 + options: --gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10 timeout-minutes: 120 steps: - name: Install dependencies