platform: linux/amd64 pipeline: first-job: image: busybox commands: - echo "pick pick wood pickasdpaasdsdick ....asd.sd..kj......" nvidia-test: image: nvidia/cuda:11.6.2-base-ubuntu20.04 commands: - nvidia-smi - apt update -y && apt install git build-essential -y - 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 - dpkg -i libcublas-dev_10.1.0.105-1_amd64.deb - cd gpu-burn - make - ./gpu_burn 60 environment: - NVIDIA_VISIBLE_DEVICES=all # 2nd: # image: oguzpastirmaci/gpu-burn:latest # environment: # - NVIDIA_VISIBLE_DEVICES=all # commands: # - ./gpu_burn 60 # gpu: # image: oguzpastirmaci/gpu-burn:latest # environment: # - NVIDIA_VISIBLE_DEVICES=all # commands: # - 120 # cpu # image: progrium/stress:latest # commands: /usr/bin/stress --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 20s