staeglis/HPOlib2:branin

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

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-scipy python3-sklearn -y
    pip3 install git+https://github.com/staeglis/HPOlib2@container
    apt install pyro4 python3-pyro4 -y

%startscript
    echo "Test"

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

Collection


View on Datalad

Metrics

key value
id /containers/staeglis-HPOlib2-branin
collection name staeglis/HPOlib2
branch container
tag branin
commit 683f5b497a796b74bc6862c80a526091e4266894
version (container hash) 01934c957c1a1f8099b98fdcc31089e6
build date 2018-10-16T10:25:41.317Z
size (MB) 816
size (bytes) 318853151
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.