wget
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-17 18:58:01 +01:00
parent c527825a0c
commit f65c93202f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ pipeline:
- nvidia-smi - nvidia-smi
- apt update -y && apt install git build-essential wget -y - apt update -y && apt install git build-essential wget -y
- git clone https://github.com/wilicc/gpu-burn - git clone https://github.com/wilicc/gpu-burn
- wget wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/libcublas-dev_10.1.0.105-1_amd64.deb - wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/libcublas-dev_10.1.0.105-1_amd64.deb
- dpkg -i libcublas-dev_10.1.0.105-1_amd64.deb - dpkg -i libcublas-dev_10.1.0.105-1_amd64.deb
- cd gpu-burn - cd gpu-burn
- make - make