mru4913/singularity-docker-anaconda3:latest
$ singularity pull shub://mru4913/singularity-docker-anaconda3:latest
Singularity Recipe
#!/bin/bash
#
# Tru Huynh <tru@pasteur.fr>
# 2017/10/26: initial version
# use as baseline to build a container from anaconda3
BootStrap: docker
From: continuumio/anaconda3
%runscript
echo "This is what happens when you run the container..."
export PATH=/opt/conda/bin:${PATH}
/bin/bash
%post
export PATH=/opt/conda/bin:${PATH}
echo "Hello from inside the container"
conda update -y conda
conda update --all
conda list > /conda.txt
touch /`date -u -Iseconds`
conda install pytorch torchvision -c pytorch
conda install scikit-learn
%labels
MAINTAINER truatpasteurdotfr
Collection
- Name: mru4913/singularity-docker-anaconda3
- License: Other
View on Datalad
Metrics
key | value |
---|---|
id | /containers/mru4913-singularity-docker-anaconda3-latest |
collection name | mru4913/singularity-docker-anaconda3 |
branch | master |
tag | latest |
commit | ce4e9a2c3a2662e8a5aff979c827d48577c08dc9 |
version (container hash) | 01ccd4a20025129c058610ce750e8f4d |
build date | 2019-10-29T09:50:51.223Z |
size (MB) | 5970 |
size (bytes) | 3313070111 |
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.