Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 3a81281

Browse files
byakotogashidm
authored andcommitted
Remove licenses prefix build arg
Signed-off-by: Alexey Fomenko <alexey.fomenko@intel.com>
1 parent 47f283b commit 3a81281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpu-aware-scheduling/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ build:
2424
#note: you can speed up subsequent docker builds by doing "go mod vendor"
2525
#note: you can further speed up subsequent docker builds by doing "make licenses"
2626
image:
27-
docker build --build-arg GOLICENSES_PREFIX=$(GOLICENCES_PREFIX) --build-arg GOLICENSES_VERSION=$(GOLICENSES_VERSION) \
28-
--build-arg LOCAL_LICENSES=$(LOCAL_LICENSES) -f deploy/images/Dockerfile_gpu-extender ../ -t $(IMAGE_PATH)gpu-extender$(IMAGE_TAG)
27+
docker build --build-arg GOLICENSES_VERSION=$(GOLICENSES_VERSION) --build-arg LOCAL_LICENSES=$(LOCAL_LICENSES) \
28+
-f deploy/images/Dockerfile_gpu-extender ../ -t $(IMAGE_PATH)gpu-extender$(IMAGE_TAG)
2929

3030
release-image: clean
3131
docker build --build-arg GOLICENSES_VERSION=$(GOLICENSES_IN_GO_MOD) -f deploy/images/Dockerfile_gpu-extender ../ \

0 commit comments

Comments
 (0)