Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavienbwk/tensorflow2-cuda-10.2-docker
Tensorflow 2.3, CUDA 10.2, Docker compatible image
https://github.com/flavienbwk/tensorflow2-cuda-10.2-docker
cuda docker python3 tensorflow ubuntu1804
Last synced: 16 days ago
JSON representation
Tensorflow 2.3, CUDA 10.2, Docker compatible image
- Host: GitHub
- URL: https://github.com/flavienbwk/tensorflow2-cuda-10.2-docker
- Owner: flavienbwk
- Created: 2020-12-20T23:47:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T15:02:27.000Z (about 4 years ago)
- Last Synced: 2024-11-30T05:12:07.757Z (3 months ago)
- Topics: cuda, docker, python3, tensorflow, ubuntu1804
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TensorFlow 2 - CUDA 10.2 - Docker
Tensorflow 2.3, CUDA 10.2, CUDNN 7, Ubuntu 18.04, Docker compatible image to run with your CUDA 10.2 GPU through Python 3.7
- This image was compiled on a 46-cores, 240G of RAM server in 3979 seconds (**66 minutes**)
:information_source: This build cost 2.80€ and is provided to you for free !## Use
Enjoy my pre-compiled image
```bash
docker pull flavienb/tensorflow-cuda:10.2-cudnn7-devel-ubuntu18.04
```## Build
```bash
docker build -t flavienb/tensorflow-cuda:10.2-cudnn7-devel-ubuntu18.04-build -f Dockerfile.build . # 18Gb of Docker image
docker build -t flavienb/tensorflow-cuda:10.2-cudnn7-devel-ubuntu18.04 . # ~6Gb Docker image
```