mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-06-12 01:22:01 +00:00
Rename github.com/NVIDIA/container-toolkit to nvidia-container-toolkit
The repo name on github recently changed, so all references here should as well. Signed-off-by: Kevin Klues <kklues@nvidia.com>
This commit is contained in:
parent
d10144b3b1
commit
8b248b6631
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ LIB_NAME := nvidia-container-toolkit
|
|||||||
LIB_VERSION := 1.2.1
|
LIB_VERSION := 1.2.1
|
||||||
|
|
||||||
GOLANG_VERSION := 1.14.2
|
GOLANG_VERSION := 1.14.2
|
||||||
GOLANG_PKG_PATH := github.com/NVIDIA/container-toolkit/pkg
|
GOLANG_PKG_PATH := github.com/NVIDIA/nvidia-container-toolkit/pkg
|
||||||
|
|
||||||
# By default run all native docker-based targets
|
# By default run all native docker-based targets
|
||||||
docker-native:
|
docker-native:
|
||||||
|
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
|||||||
module github.com/NVIDIA/container-toolkit
|
module github.com/NVIDIA/nvidia-container-toolkit
|
||||||
|
|
||||||
go 1.14
|
go 1.14
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: nvidia-container-toolkit
|
Upstream-Name: nvidia-container-toolkit
|
||||||
Source: https://github.com/NVIDIA/container-toolkit
|
Source: https://github.com/NVIDIA/nvidia-container-toolkit
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2017-2020 NVIDIA CORPORATION <cudatools@nvidia.com>
|
Copyright: 2017-2020 NVIDIA CORPORATION <cudatools@nvidia.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user