wsjeon/maddpg-rllib:latest
$ singularity pull shub://wsjeon/maddpg-rllib:latest
Singularity Recipe
# Header
Bootstrap: docker
From: tensorflow/tensorflow:nightly-gpu-py3
# Section
%post
# Git
apt-get install -y git
# Ray rllib
apt-get install -y libxrender1
pip install --progress-bar off psutil
pip install --progress-bar off -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev2-cp36-cp36m-manylinux1_x86_64.whl
pip install --progress-bar off requests
# Multi-agent particle environments
git clone https://github.com/wsjeon/multiagent-particle-envs.git /MPE
cd /MPE
pip install --progress-bar off -e .
# Dependencies
pip install --progress-bar off opencv-python
pip install --progress-bar off pandas
pip install --progress-bar off setproctitle
pip install --progress-bar off box2d-py
%environment
export SHELL=/bin/bash
%runscript
exec /bin/bash "$@"
Collection
- Name: wsjeon/maddpg-rllib
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/wsjeon-maddpg-rllib-latest |
collection name | wsjeon/maddpg-rllib |
branch | master |
tag | latest |
commit | 867ce84abfea0135e695c0b39de65099136a7b96 |
version (container hash) | 8ff905fd7343732d7a7c3ba9c87ba0be |
build date | 2019-08-01T23:05:54.738Z |
size (MB) | 4019.0 |
size (bytes) | 2036256799 |
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.