Skip to content
Snippets Groups Projects
Commit c0969da4 authored by Pavel Vondruska's avatar Pavel Vondruska
Browse files

Zmena branche aby odpovidal verzi debianu

parent 208e956c
No related branches found
No related tags found
No related merge requests found
Pipeline #1921 passed
image: alpine:3.12
variables:
DEST: ${CI_REGISTRY_IMAGE}:latest
DEST: ${CI_REGISTRY_IMAGE}:buster
build image:
stage: build
......
#!/bin/bash
echo 'deb http://deb.debian.org/debian buster-backports main contrib non-free' > /etc/apt/sources.list.d/backports.list
apt update -qqq
apt install -yqqq -t buster-backports nvidia-driver nvidia-cuda-toolkit nvidia-cuda-mps
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment