Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaka-lin/docker-image
My docker image
https://github.com/kaka-lin/docker-image
docker dockerfile
Last synced: 2 days ago
JSON representation
My docker image
- Host: GitHub
- URL: https://github.com/kaka-lin/docker-image
- Owner: kaka-lin
- License: mit
- Created: 2018-11-21T08:55:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T09:58:02.000Z (8 months ago)
- Last Synced: 2024-12-31T13:03:24.864Z (about 2 months ago)
- Topics: docker, dockerfile
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/kakalin/kimage
- Size: 15.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Image
This repository is for building a Docker images
## Tags available
Check the [DockerHub](https://hub.docker.com/repository/docker/kakalin/kimage)
## Categories
### Tensorflow
| OS
Platform | CPU/GPU | Python | Frameworks | Jupyter | Dockerfile |
| :------------: | :-----: | :----: | :--------: | :-----: | :--------: |
| Ubuntu
18.04 | CPU | 3.6 | Tensorflow 2.0.0 | Yes | [Link](https://github.com/kaka-lin/docker-image/tree/master/cpu-tf2.0.0-devel) |
| Ubuntu
18.04 | CUDA 10.2
cuDNN 7 | 3.6 | Tensorflow 2.1.0 | Yes | [Link](https://github.com/kaka-lin/docker-image/tree/master/cuda10.2-tf2.1.0-devel) |
| Ubuntu
18.04 | CUDA 11.6
cuDNN 8 | 3.8 | Tensorflow 2.9.1 | Yes | [Link](https://github.com/kaka-lin/docker-image/tree/master/cuda11.6-tf2.9.1-devel) |### Pytorch
| OS
Platform | CPU/GPU | Python | Frameworks | Jupyter | Dockerfile |
| :------------: | :-----: | :----: | :--------: | :-----: | :--------: |
| Ubuntu
16.04 | CUDA 8.0,
cuDNN 6 | 3.6 | Pytorch 0.4.1 | No | [Link](https://github.com/kaka-lin/docker-image/tree/master/cuda8-torch0.4.1-devel) |
| Ubuntu
18.04 | CUDA 11.1,
cuDNN 8 | 3.8 | Pytorch 1.8.1 | No | [Link](https://github.com/kaka-lin/docker-image/tree/master/cuda11.1-torch1.8-devel) |
| Ubuntu
18.04 | CUDA 11.3,
cuDNN 8 | 3.7 | Pytorch 1.12.0 | No | [Link](https://github.com/kaka-lin/docker-image/tree/master/cuda11.3-torch1.12.0-devel) |### ONNX
| OS
Platform | CPU/GPU | Python | Frameworks | Jupyter | Dockerfile |
| :------------: | :-----: | :----: | :--------: | :-----: | :--------: |
| Ubuntu
18.04 | CUDA 11.6,
cuDNN 8 | 3.8 | ONNX 1.12.0 | No | [Link](https://github.com/kaka-lin/docker-image/tree/master/onnxrt-1.12.0-runtime) |### Others
- Qt: please see [here](https://github.com/kaka-lin/qt-template/tree/master/docker)
- PCL: please see [here](https://github.com/kaka-lin/autonomous-driving-notes/tree/master/PCL/00_installation)