staeglis/HPOlib2:classificationneuralnetwork

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

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
    pip3 install pyro4
    pip3 install tensorflow
    pip3 install torch torchvision

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

Collection


View on Datalad

Metrics

key value
id /containers/staeglis-HPOlib2-classificationneuralnetwork
collection name staeglis/HPOlib2
branch container
tag classificationneuralnetwork
commit 83e83de39b2afc473e166dd6582b03364e86ae3c
version (container hash) 283757b06d5c434d0a81724eafdf554d
build date 2019-01-18T10:30:21.765Z
size (MB) 2970
size (bytes) 1690988575
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.