scholtalbers/singularity-gifascii:gif
$ singularity pull shub://scholtalbers/singularity-gifascii:gif
Singularity Recipe
Bootstrap: debootstrap
OSVersion: bionic
MirrorURL: http://us.archive.ubuntu.com/ubuntu/
%post
apt update
apt install -y software-properties-common wget
apt-add-repository universe
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda3.sh
bash miniconda3.sh -b -p /opt/miniconda
export PATH="/opt/miniconda/bin:$PATH"
conda install pillow
%files
Gif_Ascii_Animator.py /usr/local/bin
%environment
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
export PATH=/opt/miniconda/bin:"$PATH"
%runscript
python /usr/local/bin/Gif_Ascii_Animator.py "$@"
%help
download and convert a gif to ascii - using https://github.com/tpoff/Python-Gif-Ascii-Animator
Collection
- Name: scholtalbers/singularity-gifascii
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/scholtalbers-singularity-gifascii-gif |
collection name | scholtalbers/singularity-gifascii |
branch | master |
tag | gif |
commit | e7c1ef0adc2c8dd1a825e979883dcd780d09c2c5 |
version (container hash) | 71c4c853250d7ccee5b8b289fe6ba551 |
build date | 2019-02-27T18:33:23.252Z |
size (MB) | 841 |
size (bytes) | 404971551 |
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.