From 114fcb6accc6be50262b26181b75451720b4d6c5 Mon Sep 17 00:00:00 2001 From: KowerKoint Date: Fri, 22 Nov 2024 12:41:35 +0900 Subject: [PATCH] 12.6.2->12.6.1 --- .devcontainer/gpu/Dockerfile | 2 +- .github/workflows/install.yml | 4 ++-- .github/workflows/test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/gpu/Dockerfile b/.devcontainer/gpu/Dockerfile index 0aa456b1..8355936a 100644 --- a/.devcontainer/gpu/Dockerfile +++ b/.devcontainer/gpu/Dockerfile @@ -1,4 +1,4 @@ -FROM nvidia/cuda:12.6.2-devel-ubuntu22.04 +FROM nvidia/cuda:12.6.1-devel-ubuntu22.04 ENV DEBIAN_FRONTEND=noninteractive diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 6f8fb606..f49c2eb1 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -65,7 +65,7 @@ jobs: if: ${{ matrix.device == 'cuda' }} uses: Jimver/cuda-toolkit@v0.2.11 with: - cuda: "12.6.2" + cuda: "12.6.1" method: "network" - name: Show installed Compiler version @@ -139,7 +139,7 @@ jobs: if: ${{ matrix.device == 'cuda' }} uses: Jimver/cuda-toolkit@v0.2.11 with: - cuda: "12.6.2" + cuda: "12.6.1" method: "network" - name: Show installed Compiler version diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c76471f..3551bdbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: if: ${{ matrix.device == 'cuda' }} uses: Jimver/cuda-toolkit@v0.2.11 with: - cuda: "12.6.2" + cuda: "12.6.1" method: "network" - name: Show installed Compiler version