piehlsam/csci5980:latest
$ singularity pull shub://piehlsam/csci5980:latest
Singularity Recipe
Bootstrap: docker
From: tensorflow/tensorflow:latest-py3
Name: csci5980_audio_proj
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
train.py
train.sh
requirements.txt
utils/
network/
data/
%environment
export PYTHONPATH=$PYTHONPATH:/:/utils/
%post
apt-get update
apt-get -y install ffmpeg
python3 -m pip install -r requirements.txt
Collection
- Name: piehlsam/csci5980
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/piehlsam-csci5980-latest |
collection name | piehlsam/csci5980 |
branch | master |
tag | latest |
commit | 55426d15d3e1d8e3a15f12d5e98d3ba3cdc7f071 |
version (container hash) | d6bd4a91c6912bf495b577c1daa646d3 |
build date | 2020-05-08T04:32:08.636Z |
size (MB) | 3063.0 |
size (bytes) | 1405050911 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.