Skip to content

parkpow/tensorflow1.15-ubuntu22.04-gpu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow1.15 Ubuntu22.04 with GPU(cuda11)

  • Tensorflow 1.15.5
  • Python 3.8
  • Ubuntu 20.04
  • CUDA 11.8
  • CUDNN 8

Build Image

First make nvidia the default Docker runtime instead of the default runc

Build image

docker build -t platerecognizer/alpr-gpu:base .

If you don't wan't to change the default runtime, manually run the builder image with --gpus all on the default(runc) runtime, build the TensorFlow wheel then copy it into the release image.

About

Tensorflow 1.15.5, Py3.8 Ubuntu 22.04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.0%
  • Dockerfile 45.0%