Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 17, 2023
1 parent 29d6eb2 commit cc619f2
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
version: 2.1

workflows:
my-workflow:
jobs:
- hello-world

jobs:
hello-world:
machine:
image: linux-cuda-12:default
resource_class: gpu.nvidia.small.multi
docker:
- image: cimg/python:3.10.9
steps:
- checkout
- run: echo "hello world"
- run: python --version

workflows:
my-workflow:
jobs:
- hello-world
- run: python --version
- run: nvidia-smi

0 comments on commit cc619f2

Please sign in to comment.