staeglis/HPOlib2:mlponmnist

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

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.04

%labels
MAINTAINER Stefan Staeglich

%post
    apt update -y
    apt install git -y
    apt install python3-pip python-configparser cython3 -y
    pip3 install numpy
    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
    pip3 install openml

    mkdir /var/lib/hpolib/
    python3 /usr/local/lib/python3.6/dist-packages/hpolib/container/util/download_data.py ml.sklearn_mlp_benchmark MLPOnMnist
    chmod -R 777 /var/lib/hpolib/

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

Collection


View on Datalad

Metrics

key value
id /containers/staeglis-HPOlib2-mlponmnist
collection name staeglis/HPOlib2
branch container
tag mlponmnist
commit 7c53ecb03822e8f2bbfae3d4c78af985b3e03474
version (container hash) 2f720c0f92997b948b7e7d79a9052c98
build date 2019-03-07T14:19:11.465Z
size (MB) 946
size (bytes) 375779359
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.