mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
fix local user (#3550)
Signed-off-by: Tyler Burt <195370667+tburt-nv@users.noreply.github.com>
This commit is contained in:
parent
5eae397b3b
commit
e1e068d4f3
@ -122,10 +122,6 @@ else
|
||||
NVRTC_WRAPPER_MOUNT :=
|
||||
endif
|
||||
|
||||
ifeq ($(LOCAL_USER),1)
|
||||
$(call add_local_user,$(IMAGE_WITH_TAG))
|
||||
endif
|
||||
|
||||
%_run:
|
||||
ifeq ($(DOCKER_PULL),1)
|
||||
@$(MAKE) --no-print-directory $*_pull
|
||||
|
||||
Loading…
Reference in New Issue
Block a user