Skip to content

Commit

Permalink
fix circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
konakaji committed Dec 6, 2023
1 parent b82869c commit a74dd63
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
version: 2.1
jobs:
build:
machine:
image: linux-cuda-12:default
resource_class: gpu.nvidia.small.multi
# docker:
# - image: cimg/python:3.8 # You can change the Python version as needed
docker:
- image: cimg/python:3.8 # You can change the Python version as needed
steps:
- checkout
- run:
Expand Down

0 comments on commit a74dd63

Please sign in to comment.