Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 57s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 57s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
33d855303b
commit
ab11499c76
|
@ -29,10 +29,11 @@ jobs:
|
||||||
wget https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/cuda-${OS}.pin && \
|
wget https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/cuda-${OS}.pin && \
|
||||||
mv cuda-${OS}.pin /etc/apt/preferences.d/cuda-repository-pin-600 && \
|
mv cuda-${OS}.pin /etc/apt/preferences.d/cuda-repository-pin-600 && \
|
||||||
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/7fa2af80.pub && \
|
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/7fa2af80.pub && \
|
||||||
|
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/3bf863cc.pub && \
|
||||||
add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/ /" && \
|
add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/ /" && \
|
||||||
|
|
||||||
apt-get -qq update && apt-get -qq upgrade -y && \
|
apt-get -qq update && apt-get -qq upgrade -y && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-11-jdk \
|
DEBIAN_FRONTEND=noninteractive apt-get -qq install -y openjdk-11-jdk \
|
||||||
build-essential checkinstall zlib1g-dev libssl-dev git libpthread-stubs0-dev \
|
build-essential checkinstall zlib1g-dev libssl-dev git libpthread-stubs0-dev \
|
||||||
libcudnn8=${cudnn_version}-1+${cuda_version} libcudnn8-dev=${cudnn_version}-1+${cuda_version} \
|
libcudnn8=${cudnn_version}-1+${cuda_version} libcudnn8-dev=${cudnn_version}-1+${cuda_version} \
|
||||||
cuda-drivers
|
cuda-drivers
|
||||||
|
|
Loading…
Reference in New Issue