russelltankl/SingularityHub:cudatorchgym
$ singularity pull shub://russelltankl/SingularityHub:cudatorchgym
Singularity Recipe
bootstrap: docker
From: itamtao/pytorch-mpi:cuda9
%labels
MAINTAINER baditya@iastate.edu
%post
# load environment variables
. /environment
# use bash as default shell
echo "\n #Using bash as default shell \n" >> /environment
echo 'SHELL=/bin/bash' >> /environment
# make environment file executable
chmod +x /environment
# default mount paths
which python
/home/lin/conda/envs/pytorch-py3.6/bin/pip --no-cache-dir install setproctitle
git clone https://github.com/openai/gym.git
cd gym
/home/lin/conda/bin/conda clean -pt --yes --all
/home/lin/conda/envs/pytorch-py3.6/bin/pip --no-cache-dir install -e .
/home/lin/conda/envs/pytorch-py3.6/bin/pip --no-cache-dir install gym[atari]
cd ..
git clone https://github.com/openai/baselines.git
cd baselines
/home/lin/conda/envs/pytorch-py3.6/bin/pip --no-cache-dir install tensorflow
/home/lin/conda/envs/pytorch-py3.6/bin/pip --no-cache-dir install -e .
Collection
- Name: russelltankl/SingularityHub
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/russelltankl-SingularityHub-cudatorchgym |
collection name | russelltankl/SingularityHub |
branch | master |
tag | cudatorchgym |
commit | 91ab6aac22ffc4357ebd9131b4986cd718b67904 |
version (container hash) | f2004efc5767f07a664d329bd99e66ca |
build date | 2019-05-06T04:14:38.918Z |
size (MB) | 9404 |
size (bytes) | 4297314335 |
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.