Backport changes from apptainer image rework
This commit is contained in:
parent
a07e8e94ed
commit
4584f35f7b
3 changed files with 24 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ GID := $(shell id -g)
|
|||
p4iab.tar.gz: .docker_build
|
||||
"$(DOCKER)" save p4iab:latest | gzip > "$@"
|
||||
|
||||
p4iab.sif: p4iab.def p4iab.tar.gz
|
||||
p4iab.sif: p4iab.def .docker_build
|
||||
sudo "$(APPTAINER)" build "$@" "$<"
|
||||
sudo chown $(UID):$(GID) "$@"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue