This repo contains many images that submissions to codalab use for processing
tag | description |
---|---|
codalab/codalab-legacy:1.0.0 | the basic version, comes with numpy, nibabel, etc. -- python 2! |
codalab/codalab-legacy:py3 | same as above but with python3 |
codalab/codalab-legacy:pyenv | handles py2 and py3 at the same time; no C#/Java support; see below for instructions on switching between py2 and py3 |
To select your python version, do it like so:
PYENV_VERSION=anaconda3-2.5.0 python yourscript.py $input $output
Here is a list of available versions:
anaconda2-2.5.0
anaconda3-2.5.0
docker build -t codalab/codalab-legacy:1.0.0 .
docker push codalab/codalab-legacy