From a74dd63c942d738ad78b4f1f67f6d085bb22ba93 Mon Sep 17 00:00:00 2001 From: knakaji Date: Wed, 6 Dec 2023 17:53:53 -0500 Subject: [PATCH] fix circle ci --- .circleci/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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: