mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Don't rebuild packages for every local run
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
094631329f
commit
6a1f7d0228
@ -46,7 +46,7 @@ LOCAL_PACKAGE_ROOT := $(PROJECT_ROOT)/dist
|
||||
|
||||
local-%: DIST = $(*)
|
||||
local-%: LOCAL_REPO_ARGS = -v $(LOCAL_PACKAGE_ROOT)/$(DIST)/$(ARCH):/local-repository
|
||||
$(LOCAL_TARGETS): local-%: release-% run-% | release-%
|
||||
$(LOCAL_TARGETS): local-%: run-%
|
||||
|
||||
run-%: DIST = $(*)
|
||||
$(RUN_TARGETS): run-%: image-%
|
||||
|
Loading…
Reference in New Issue
Block a user