jesus-gorronogoitia/easy:latest
$ singularity pull shub://jesus-gorronogoitia/easy:latest
Singularity Recipe
Bootstrap: docker
From: conda/miniconda3
%files
./Next_trials_ITAINNOVA.zip /root
./easy.sh /usr/local/bin
%post
apt-get -y update && apt-get install -y unzip
conda config --set auto_activate_base false
conda update -n base -c defaults conda
conda create -n tf_test tensorflow=2.2.0=gpu_py37h1a511ff_0
conda init bash
. ~/.bashrc
conda activate tf_test
pip install optuna keras scikit-learn pandas
unzip /root/Next_trials_ITAINNOVA.zip -d /usr/local/
chmod +x /usr/local/bin/easy.sh
%runscript
/usr/local/bin/easy.sh
Collection
- Name: jesus-gorronogoitia/easy
- License: Apache License 2.0
View on Datalad
Metrics
key | value |
---|---|
id | /containers/jesus-gorronogoitia-easy-latest |
collection name | jesus-gorronogoitia/easy |
branch | main |
tag | latest |
commit | 590a6330cc3466895870868ded3430b9d2afe1f6 |
version (container hash) | b91eb44caf9f6007fe3f3291be6d0084 |
build date | 2021-03-17T09:28:42.368Z |
size (MB) | 6089.0 |
size (bytes) | 3205144607 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.