Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
1ae94ea8
Unverified
Commit
1ae94ea8
authored
Apr 08, 2022
by
Frank Lee
Committed by
GitHub
Apr 08, 2022
Browse files
[ci] remove ipc config for rootless docker (#694)
parent
d878d843
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build.yml
.github/workflows/build.yml
+1
-1
.github/workflows/compatibility_test.yml
.github/workflows/compatibility_test.yml
+1
-1
No files found.
.github/workflows/build.yml
View file @
1ae94ea8
...
@@ -15,7 +15,7 @@ jobs:
...
@@ -15,7 +15,7 @@ jobs:
runs-on
:
[
self-hosted
,
gpu
]
runs-on
:
[
self-hosted
,
gpu
]
container
:
container
:
image
:
frankleeeee/pytorch-cuda:1.10.1-11.3.0
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
timeout-minutes
:
40
steps
:
steps
:
-
name
:
Install dependencies
-
name
:
Install dependencies
...
...
.github/workflows/compatibility_test.yml
View file @
1ae94ea8
...
@@ -41,7 +41,7 @@ jobs:
...
@@ -41,7 +41,7 @@ jobs:
matrix
:
${{fromJson(needs.matrix_preparation.outputs.matrix)}}
matrix
:
${{fromJson(needs.matrix_preparation.outputs.matrix)}}
container
:
container
:
image
:
${{ 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
timeout-minutes
:
120
steps
:
steps
:
-
name
:
Install dependencies
-
name
:
Install dependencies
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment