Skip to content

Commit

Permalink
disable OOM killing of the container itself
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Oct 21, 2024
1 parent f8b28a6 commit f8a8ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tutorial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: [self-hosted, linux, x64, gpu]
container:
image: continuumio/miniconda3
options: --runtime=nvidia --gpus all
options: --runtime=nvidia --gpus all --memory=60G --oom-kill-disable
defaults:
run:
working-directory: ./docs/tutorials
Expand Down

0 comments on commit f8a8ab5

Please sign in to comment.