From 5d4c6e7082b561d84c6b94d5a8e0769f4bcf57be Mon Sep 17 00:00:00 2001 From: Oliver Holworthy <1216955+oliverholworthy@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:38:04 +0100 Subject: [PATCH] install libcudnn8 for cuda 11.8 --- .github/workflows/gpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index c4d070bc2d..db5f4c7cea 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -27,7 +27,7 @@ jobs: - name: Install Ubuntu packages run: | apt-get update -y - apt-get install -y build-essential protobuf-compiler git lsb-release libcudnn8 + apt-get install -y build-essential protobuf-compiler git lsb-release 'libcudnn8=*cuda11.8' - name: Set up Python 3.8 uses: actions/setup-python@v4 with: