Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.1 KB

Codalab submission images

This repo contains many images that submissions to codalab use for processing

Available tags

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 [deprecated]
codalab/codalab-legacy:py37 same with python3.7 and updated Python librairies
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

Using the pyenv image

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

Updating the image

docker build -t codalab/codalab-legacy:1.0.0 .

Pushing to dockerhub

docker push codalab/codalab-legacy