Skip to content

codalab/codalab-dockers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CodaLab and Codabench competition docker images

This repository contains default Docker images that can be used to process submissions on CodaLab Competitions and Codabench.

Available tags

tag description
codalab/codalab-legacy:py312 basic image, including numpy, sklearn, etc. -- python3.12
codalab/codalab-legacy:py39 basic image, including numpy, sklearn, etc. -- python3.9
codalab/codalab-legacy:py37 basic image, older version -- python3.7
codalab/codalab-legacy:gpu310 GPU support (nvidia, python libraries, etc.) -- python3.10
codalab/codalab-legacy:gpu GPU support with nvidia and cuda, python3, tensorflow, torch and more
codalab/codalab-legacy:py2 Old default image (deprecated)

Build image

docker build -t <DockerHub tag> -f <Dockerfile path> .

Example:

docker build -t codalab/codalab-legacy:py312 -f Dockerfiles/Dockerfile-py312 .

Push to DockerHub

docker push codalab/codalab-legacy:py312

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors