https://github.com/codalab/codalab-dockers
https://github.com/codalab/codalab-dockers
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codalab/codalab-dockers
- Owner: codalab
- License: mit
- Created: 2017-06-15T18:33:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T15:31:55.000Z (about 1 year ago)
- Last Synced: 2025-08-06T09:37:58.375Z (10 months ago)
- Language: Dockerfile
- Size: 26.4 KB
- Stars: 9
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codalab submission images
This repository contains default Docker images that can be used to process submissions on [CodaLab Competitions](https://github.com/codalab/codalab-competitions/).
## Available tags
| tag | description |
|-------|-----------------------------------------------------------------|
| 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) |
## Updating the image
```docker build -t codalab/codalab-legacy:1.0.0 .```
## Pushing to dockerhub
```docker push codalab/codalab-legacy:1.0.0```