Browse Source

ci(github): change docker `shm-size` to fix `test_distributed` error

tags/v0.4.0
luzzyzhang Xinran Xu 5 years ago
parent
commit
fd113acb8b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci-cuda.yml

+ 1
- 1
.github/workflows/ci-cuda.yml View File

@@ -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


Loading…
Cancel
Save