mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 00:00:42 +01:00
10 lines
200 B
Bash
Executable File
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
|
|
|