We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e8781 commit d721f7cCopy full SHA for d721f7c
.github/workflows/cuda.yml
@@ -32,7 +32,9 @@ jobs:
32
name: Do the job on the runner
33
needs: start-runner # required to start the main job when the runner is ready
34
runs-on: ${{ needs.start-runner.outputs.label }} # run the job on the newly created runner
35
- container: ghcr.io/deepmodeling/abacus-development-kit:cuda
+ container:
36
+ image: ghcr.io/deepmodeling/abacus-development-kit:cuda
37
+ options: --gpus all
38
steps:
39
- name: Checkout
40
uses: actions/checkout@v3
0 commit comments