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

Commit

Permalink
rename GAS dockerfile
Browse files Browse the repository at this point in the history
To make trivy scanning easier, this renames the GAS Dockerfile to
standard form.

Signed-off-by: Ukri Niemimuukko <[email protected]>
  • Loading branch information
uniemimu committed Jul 31, 2023
1 parent a45be79 commit 154b8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpu-aware-scheduling/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ update-baseimage:
#note: you can further speed up subsequent docker builds by doing "make licenses"
image: update-baseimage
docker build --build-arg GOLICENSES_VERSION=$(GOLICENSES_VERSION) --build-arg LOCAL_LICENSES=$(LOCAL_LICENSES) \
-f deploy/images/Dockerfile_gpu-extender ../ -t $(IMAGE_PATH)gpu-extender$(IMAGE_TAG)
-f deploy/images/Dockerfile ../ -t $(IMAGE_PATH)gpu-extender$(IMAGE_TAG)

release-image: clean update-baseimage
docker build --build-arg GOLICENSES_VERSION=$(GOLICENSES_VERSION) -f deploy/images/Dockerfile_gpu-extender ../ \
docker build --build-arg GOLICENSES_VERSION=$(GOLICENSES_VERSION) -f deploy/images/Dockerfile ../ \
-t $(IMAGE_PATH)gpu-extender$(IMAGE_TAG)

format:
Expand Down

0 comments on commit 154b8e3

Please sign in to comment.