From 1c833c170e91588af7301262613418fb5345f8ea Mon Sep 17 00:00:00 2001 From: Pierre Gerardi Date: Thu, 24 Aug 2023 13:19:05 +0200 Subject: [PATCH] chore: adress comments --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f5bfa91..2ed7a0d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: Scaffold Python package run: | pip install --no-input cruft - cruft create --no-input --extra-context '{"package_name": "My Package", "python_version": "3.8", "processing_unit": "GPU", "with_fastapi_api": "1", "with_typer_cli": "1"}' ./template/ + cruft create --no-input --extra-context '{"package_name": "My Package", "python_version": "3.8", "docker_image":"radixai/python-gpu:$PYTHON_VERSION-cuda11.8", "with_fastapi_api": "1", "with_typer_cli": "1"}' ./template/ - name: Set up Node.js uses: actions/setup-node@v3