staeglis/HPOlib2:cartpolebase

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

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.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==1.12.0 gym==0.10.9 tensorforce==0.4.3

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

Collection


View on Datalad

Metrics

key value
id /containers/staeglis-HPOlib2-cartpolebase
collection name staeglis/HPOlib2
branch container
tag cartpolebase
commit 7e50130e13842be1c1575ad3f829408d452791b7
version (container hash) 0c3cc5905a791632f5d9e96061f9ccff
build date 2019-02-05T11:03:50.420Z
size (MB) 1366
size (bytes) 527597599
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.