From 2368ec4f441354f879441fa54408078e1ef33d56 Mon Sep 17 00:00:00 2001 From: Ori Kronfeld Date: Tue, 17 Sep 2024 16:14:45 +0300 Subject: [PATCH] Update run_notebook.yaml --- .github/workflows/run_notebook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_notebook.yaml b/.github/workflows/run_notebook.yaml index f16e536..27a2ae1 100644 --- a/.github/workflows/run_notebook.yaml +++ b/.github/workflows/run_notebook.yaml @@ -17,7 +17,7 @@ jobs: runs-on: [self-hosted, Linux, X64, CUDA] container: - image: ghcr.io/scverse/scvi-tools:py3.11-cu12-${{ inputs.version }}-tutorials + image: ghcr.io/scverse/scvi-tools:py3.12-cu12-${{ inputs.version }}-tutorials options: --user root --gpus all timeout-minutes: 600 # lenient timeout for scbasset tutorial