staeglis/HPOlib2:cartpolebasegpu

$ singularity pull shub://staeglis/HPOlib2:cartpolebasegpu

Singularity Recipe

Bootstrap: docker
From: nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04

%labels
MAINTAINER Stefan Staeglich

%post
    apt update -y
    apt install git -y
    apt install python3-pip python3-numpy python-configparser cython3 -y
    pip3 install git+https://github.com/automl/ConfigSpace.git@master
    apt install python3-sklearn -y
    pip3 install scikit-learn==0.19.1 scipy==0.19.1
    pip3 install git+https://github.com/staeglis/HPOlib2@container
    pip3 install pyro4
    pip3 install recommonmark
    pip3 install tensorflow-gpu==1.12.0 gym==0.10.9 tensorforce==0.4.3

%runscript
    python3 -s /usr/local/lib/python3.5/dist-packages/hpolib/container/server/abstract_benchmark.py rl.cartpole $@

Collection


View on Datalad

Metrics

key value
id /containers/staeglis-HPOlib2-cartpolebasegpu
collection name staeglis/HPOlib2
branch container
tag cartpolebasegpu
commit 31833c0d0e1f4bcfc9abee213ed39f27f4c956d1
version (container hash) aeac720c3c8f1792d7eed16213d4e043
build date 2019-03-20T16:44:42.974Z
size (MB) 4814
size (bytes) 2537947167
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.