File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ version: 2.1
66# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
77jobs :
88 build :
9- docker :
9+ machine :
1010 # Primary container image where all steps run.
1111 # image: nvcr.io/nvidia/tensorrt:22.01-py3
12- - image : ubuntu-2004-cuda-11.4:202110-01
12+ image : ubuntu-2004-cuda-11.4:202110-01
1313 resource_class : gpu.nvidia.medium
1414 steps :
1515 - checkout
16- # - run:
17- # name: "Say hello"
18- # command: "echo Hello, World!"
1916 - run :
20- name : Setup CI environment
21- command : ./scripts/setup_ci.sh
17+ name : " Say hello"
18+ command : " echo Hello, World!"
19+ # - run:
20+ # name: Setup CI environment
21+ # command: ./scripts/setup_ci.sh
2222
2323# Invoke jobs via workflows
2424# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
You can’t perform that action at this time.
0 commit comments