File: Singularity.obs

package info (click to toggle)
neurodebian 0.43.0
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,960 kB
  • sloc: sh: 2,419; python: 1,978; perl: 412; makefile: 207; javascript: 63
file content (17 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BootStrap: docker
From: neurodebian:nd90

# so if image is executed we just enter the environment
%runscript
    echo "OBS `cat /etc/obs.version` stable NeuroDebian"
    /usr/bin/obs "$@"


%post
    echo "Configuring the environment"
    apt-get update
    apt-get -y install eatmydata
    eatmydata apt-get -y install obs-studio
    rm -rf /var/lib/apt/lists/*
    apt-get clean
    dpkg -l obs-studio | awk '/^ii/{print $3;}' > /etc/obs.version