We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f635dc commit 2aac984Copy full SHA for 2aac984
.github/workflows/linux.yml
@@ -276,7 +276,7 @@ jobs:
276
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub
277
add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /"
278
apt update
279
- apt install -y \
+ apt install -y --allow-downgrades \
280
libcudnn8=8.9.4.*-1+cuda11.8 \
281
libcudnn8-dev=8.9.4.*-1+cuda11.8 \
282
libcudnn8-samples=8.9.4.*-1+cuda11.8 \
0 commit comments