muhammadzaheer/singularity-recipes:steve
$ singularity pull shub://muhammadzaheer/singularity-recipes:steve
Singularity Recipe
Bootstrap: shub
From: singularityhub/ubuntu:latest
%environment
export PATH="/usr/local/miniconda2/bin:$PATH"
%post
apt-get -y update
apt-get -y install wget bzip2 parallel xvfb libav-tools xorg-dev libsdl2-dev swig cmake build-essential unzip
# Installing miniconda
wget https://repo.anaconda.com/miniconda/Miniconda2-latest-Linux-x86_64.sh
bash Miniconda2-latest-Linux-x86_64.sh -b -p /usr/local/miniconda2
rm Miniconda2-latest-Linux-x86_64.sh
# Installing numpy, scipy, portalocker
/usr/local/miniconda2/bin/pip install numpy scipy portalocker
# Installing tensorflow
/usr/local/miniconda2/bin/pip install tensorflow==1.6
# Installing Steve
/usr/local/miniconda2/bin/pip install gym[all]==0.9.4
Collection
- Name: muhammadzaheer/singularity-recipes
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/muhammadzaheer-singularity-recipes-steve |
collection name | muhammadzaheer/singularity-recipes |
branch | master |
tag | steve |
commit | 0a70a67a18dc09c647ad4bce250f83abdcf70a6c |
version (container hash) | bd7ec82842213880e7ada24104a8d1e0 |
build date | 2018-12-12T21:53:21.648Z |
size (MB) | 1686 |
size (bytes) | 705855519 |
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.