staeglis/HPOlib2:svmonvehicle

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

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
    pip3 install openml

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

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

Collection


View on Datalad

Metrics

key value
id /containers/staeglis-HPOlib2-svmonvehicle
collection name staeglis/HPOlib2
branch container
tag svmonvehicle
commit c6dfe525b4a7f74d162d5f3348ea9ac2cc7fb539
version (container hash) 9c07f2a62c9db783a5d86c213254e12d
build date 2018-10-11T09:24:01.579Z
size (MB) 1031
size (bytes) 413073439
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.