File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 2727 runs-on : [self-hosted, cml-gpu]
2828 needs : launch-runner
2929 timeout-minutes : 20
30- container :
31- image : docker://pytorch/pytorch:2.4.0-cuda12.4-cudnn9-runtime
32- options : --gpus all
30+ # container:
31+ # image: docker://pytorch/pytorch:2.4.0-cuda12.4-cudnn9-runtime
32+ # options: --gpus all
3333 # runs-on: ubuntu-latest
3434 steps :
3535 # - name: Set node environment
@@ -138,13 +138,13 @@ jobs:
138138 # - name: Login to Amazon ECR
139139 # id: login-ecr
140140 # uses: aws-actions/amazon-ecr-login@v2
141- - name : CUDA Check
142- run : |
143- docker run --gpus all -it pytorch/pytorch:2.3.1-cuda11.8-cudnn8-runtime python3 -c "
144- import torch;
145- print(f'CUDA Available: {torch.cuda.is_available()}');
146- if torch.cuda.is_available():
147- print(f'Device: {torch.cuda.get_device_name(0)}')"
141+ # - name: CUDA Check
142+ # run: |
143+ # docker run --gpus all -it pytorch/pytorch:2.3.1-cuda11.8-cudnn8-runtime python3 -c "
144+ # import torch;
145+ # print(f'CUDA Available: {torch.cuda.is_available()}');
146+ # if torch.cuda.is_available():
147+ # print(f'Device: {torch.cuda.get_device_name(0)}')"
148148
149149 - name : Pull Docker image from ECR
150150 run : |
You can’t perform that action at this time.
0 commit comments