Updated readme, added compatability for Singularity build process
This commit is contained in:
parent
fee3beac4f
commit
d10e3c1b73
2 changed files with 13 additions and 13 deletions
3
Makefile
3
Makefile
|
@ -1,9 +1,8 @@
|
|||
APPTAINER ?= apptainer
|
||||
APPTAINER ?= singularity
|
||||
OVERLAY_DIR ?= ./overlay
|
||||
NUM_THREADS ?= $(shell grep -c processor /proc/cpuinfo)
|
||||
|
||||
UID := $(shell id -u)
|
||||
GID := $(shell id -g)
|
||||
|
||||
.DEFAULT_GOAL := mobileinsight.sif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue