mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-17 00:41:39 +00:00
[ci] remove ipc config for rootless docker (#694)
This commit is contained in:
parent
d878d843ad
commit
1ae94ea85a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
2
.github/workflows/compatibility_test.yml
vendored
2
.github/workflows/compatibility_test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user