Skip to content

Commit a62a273

Browse files
author
Wei
committed
Updated config.yml
1 parent 98cb3a6 commit a62a273

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ version: 2.1
66
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
77
jobs:
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

0 commit comments

Comments
 (0)