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 0403ca9 commit 3b066e6Copy full SHA for 3b066e6
.circleci/config.yml
@@ -336,13 +336,13 @@ jobs:
336
resource_class: arm.xlarge
337
steps:
338
- checkout
339
- - run:
340
- name: Upgrade base
341
- command: |
342
- sudo apt clean
343
- sudo apt update
344
- sudo apt upgrade
345
- sudo apt install software-properties-common
+ #- run:
+ # name: Upgrade base
+ # command: |
+ # sudo apt clean
+ # sudo apt update
+ # sudo apt upgrade
+ # sudo apt install software-properties-common
346
- install-cuda:
347
os: "ubuntu2004"
348
platform: "sbsa"
0 commit comments