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
FastFold
Commits
530b9582
Unverified
Commit
530b9582
authored
Oct 19, 2022
by
oahzxl
Committed by
GitHub
Oct 19, 2022
Browse files
Fix ci container (#89)
parent
441bae7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/build.yml
.github/workflows/build.yml
+1
-1
No files found.
.github/workflows/build.yml
View file @
530b9582
...
@@ -14,7 +14,7 @@ jobs:
...
@@ -14,7 +14,7 @@ jobs:
contains( github.event.pull_request.labels.*.name, 'Run Build and Test')
contains( github.event.pull_request.labels.*.name, 'Run Build and Test')
runs-on
:
[
self-hosted
,
gpu
]
runs-on
:
[
self-hosted
,
gpu
]
container
:
container
:
image
:
hpcaitech/colossalai:0.1.
9
image
:
hpcaitech/colossalai:0.1.
10-torch1.11-cu11.3
options
:
--gpus all --rm -v /data/scratch/fastfold:/data/scratch/fastfold
options
:
--gpus all --rm -v /data/scratch/fastfold:/data/scratch/fastfold
timeout-minutes
:
40
timeout-minutes
:
40
steps
:
steps
:
...
...
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