New package: nvidia-docker-2.11.0
This commit is contained in:
parent
ab9c872933
commit
99306837b7
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'nvidia-docker'
|
||||||
|
pkgname=nvidia-docker
|
||||||
|
version=2.11.0
|
||||||
|
revision=1
|
||||||
|
archs="x86_64"
|
||||||
|
depends="nvidia-container-toolkit libnvidia-container docker"
|
||||||
|
short_desc="Build and run Docker containers leveraging NVIDIA GPUs"
|
||||||
|
maintainer="Quentin Freimanis <quentinfreimanis@gmail.com>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/NVIDIA/nvidia-docker"
|
||||||
|
distfiles="https://github.com/NVIDIA/nvidia-docker/archive/v${version}.tar.gz"
|
||||||
|
checksum=01d96e5063da71ad51989b555dfe2fc9af64115ae128e47ceec3a27a3e7dccf2
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin nvidia-docker
|
||||||
|
vinstall daemon.json 644 etc/docker/
|
||||||
|
}
|
Loading…
Reference in New Issue