Skip to content

Commit

Permalink
install compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jun 15, 2024
1 parent 5c3cfe2 commit fe6dd96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: nvidia
# https://github.com/deepmodeling/deepmd-kit/pull/2884#issuecomment-1744216845
container:
image: nvidia/cuda:12.3.1-devel-ubuntu22.04
image: ubuntu:24.04
options: --gpus all
if: github.repository_owner == 'deepmodeling' && (github.event_name == 'pull_request' && github.event.label && github.event.label.name == 'Test CUDA' || github.event_name == 'workflow_dispatch' || github.event_name == 'merge_group')
steps:
Expand Down
3 changes: 3 additions & 0 deletions source/install/cuda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ dependencies:
- ninja
- wget
- unzip
- gcc=12.*
- gxx=12.*
- cuda-nvcc=12.*

0 comments on commit fe6dd96

Please sign in to comment.