Skip to content

✨ feat(server): Add gpu-screen-recorder #30

✨ feat(server): Add gpu-screen-recorder

✨ feat(server): Add gpu-screen-recorder #30

Triggered via pull request April 2, 2024 21:32
Status Failure
Total duration 49s
Artifacts

server.yml

on: pull_request
Build image on pr
42s
Build image on pr
Build image on merge to main
0s
Build image on merge to main
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build image on pr
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -y && apt-get install -y curl unzip git libavcodec-dev libavformat-dev libavutil-dev libx11-dev libxcomposite-dev libxrandr-dev libxfixes-dev libpulse-dev libswresample-dev libavfilter-dev libva-dev libcap-dev libdrm-dev libgl-dev libegl-dev libwayland-dev libwayland-egl-backend-dev wayland-protocols && rm -rf /var/lib/apt/lists/* && curl -fsSL -o nvidia_cuda_nvrtc_linux_x86_64.whl \"https://developer.download.nvidia.com/compute/redist/nvidia-cuda-nvrtc/nvidia_cuda_nvrtc-11.0.221-cp36-cp36m-linux_x86_64.whl\" && unzip -joq -d ./nvrtc nvidia_cuda_nvrtc_linux_x86_64.whl && cd nvrtc && chmod 755 libnvrtc* && find . -maxdepth 1 -type f -name \"*libnvrtc.so.*\" -exec sh -c 'ln -snf $(basename {}) libnvrtc.so' \\; && mkdir -p /usr/local/nvidia/lib && mv -f libnvrtc* /usr/local/nvidia/lib && echo \"/usr/local/nvidia/lib\" >> /etc/ld.so.conf.d/nvidia.conf && echo \"/usr/local/nvidia/lib64\" >> /etc/ld.so.conf.d/nvidia.conf && git clone https://repo.dec05eba.com/gpu-screen-recorder && cd gpu-screen-recorder && chmod +x ./build.sh ./install.sh && ./install.sh" did not complete successfully: exit code: 127