app-admin/nvidia-docker - 2.0.3 (ssnb)

Search

Install

Install this version:

emerge -a =app-admin/nvidia-docker-2.0.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/nvidia-docker-2.0.3

Or alternatively:

emerge --autounmask-write -a =app-admin/nvidia-docker-2.0.3

Package Information

Description:
NVIDIA Docker
Homepage:
https://github.com/NVIDIA/nvidia-docker
License:
NVIDIA CORPORATION

Ebuild Details

Version EAPI Keywords Slot
2.0.3 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="NVIDIA Docker"
HOMEPAGE="https://github.com/NVIDIA/nvidia-docker"
SRC_URI="https://github.com/NVIDIA/nvidia-docker/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="NVIDIA CORPORATION"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	app-emulation/docker
"
RDEPEND="${DEPEND}"

#src_compile() {
#        emake prefix="/usr"
#}

#src_install() {
#	emake prefix="${D}/usr" install
#}

src_compile() {
	true
}

src_install() {
	dobin ${PN}
	dodir /etc/docker
	insinto /etc/docker
	doins daemon.json
	fperms 644 /etc/docker/daemon.json
}

Dependencies

DEPEND

	app-emulation/docker

RDEPEND

	app-emulation/docker

Manifest for 2.0.3

Type File Size Source URLs
DIST nvidia-docker-2.0.3.tar.gz 9274 bytes https://github.com/NVIDIA/nvidia-docker/archive/v2.0.3.tar.gz