diff --git a/.circleci/config.yml b/.circleci/config.yml index b5f0e33..5712230 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: