From fd113acb8b15dfb9f7830866e2e9e6e39912903d Mon Sep 17 00:00:00 2001 From: luzzyzhang Date: Fri, 8 May 2020 12:53:31 +0800 Subject: [PATCH] ci(github): change docker `shm-size` to fix `test_distributed` error --- .github/workflows/ci-cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cuda.yml b/.github/workflows/ci-cuda.yml index 2fac75c90..e1614f0f6 100644 --- a/.github/workflows/ci-cuda.yml +++ b/.github/workflows/ci-cuda.yml @@ -12,7 +12,7 @@ jobs: image: localhost:5000/megengine-ci:latest volumes: - /usr/local/cuda-10.1-libs:/usr/local/cuda-10.1-libs - options: --gpus all + options: --gpus all --shm-size 1g steps: - name: Checkout MegEngine -- GitLab