Skip to content

youtubevos/codalab-dockers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%