Semaphore/deployment/docker/ci/bin/build.sh
2022-03-08 16:23:56 -08:00

10 lines
200 B
Bash
Executable File

#!/bin/bash -l
SCRIPT_HOME=$(realpath $(dirname $0))
cd $SCRIPT_HOME/../
SINGULARITY_BIND=/home/jhayes/projects/semaphore:/mnt
sudo apptainer build -B $SINGULARITY_BIND semaphore.simg Singularity