staeglis/HPOlib2:autosklearnbenchmark

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

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
    apt install libopenblas-base libopenblas-dev libblas3 liblas-c3 -y
    pip3 install scipy numpy
    pip3 install git+https://github.com/automl/ConfigSpace.git@master
    apt install python3-sklearn -y
    pip3 install git+https://github.com/staeglis/HPOlib2@container
    pip3 install pyro4
    apt install swig swig3.0 python3-jsonpickle -y
    pip3 install --upgrade pynisher==0.5.0
    pip3 install scikit-learn
    pip3 install auto-sklearn==0.4.2

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

Collection


View on Datalad

Metrics

key value
id /containers/staeglis-HPOlib2-autosklearnbenchmark
collection name staeglis/HPOlib2
branch container
tag autosklearnbenchmark
commit 028b5a201a1adc962ae44a9d3055dacba3aecb03
version (container hash) c836440ea6fae8c10b73cc5196a69424
build date 2018-12-18T11:55:41.105Z
size (MB) 1418
size (bytes) 538861599
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.