From c899fe9f1bd4cc5f78c83d01863839ea008ccaa8 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Tue, 26 May 2026 13:57:20 +0200 Subject: [PATCH] =?UTF-8?q?fix(infra):=20remove=20hardcoded=20CUDA=5FCOMPU?= =?UTF-8?q?TE=5FCAP=3D89=20=E2=80=94=20let=20nvidia-smi=20auto-detect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- infra/k8s/argo/alpha-rl-template.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/infra/k8s/argo/alpha-rl-template.yaml b/infra/k8s/argo/alpha-rl-template.yaml index 886ab6af0..18239efef 100644 --- a/infra/k8s/argo/alpha-rl-template.yaml +++ b/infra/k8s/argo/alpha-rl-template.yaml @@ -102,8 +102,6 @@ spec: value: /cargo-target/cargo-home - name: CARGO_INCREMENTAL value: "1" - - name: CUDA_COMPUTE_CAP - value: "89" resources: requests: cpu: "4"