Coder Social home page Coder Social logo

docker-tensorflow's Introduction

Experimenting faster and effecient docker builds for projects including tensorflow ( which is large ).

Using Tensorflow Docker Image with GPU

REF: https://www.tensorflow.org/install/docker

Method 1 (Not recommended)

Manual installation of tensorflow as a python package.

  • Not implemented

Method 2 (Recommended)

Using docker hub tensorflow docker images as base images.

Example:

FROM tensorflow/tensorflow:latest-gpu

# Add your application here

REF: https://hub.docker.com/r/tensorflow/tensorflow/

Tested tags:

Limitations

  • The base images are large. So, the final image size will be large.
  • The base images are large. So, the builds will take reasonable time.
  • The base images are large. So, the docker hub pulls will take reasonable time.
  • No application is added to the base images. So, build time may vary depending on the application.

Observations

  • Using docker hub tensorflow images as base images is fast ( Not tested Manual installation of tensorflow as a python package. ). Since the base images are already built and available in docker hub. Builds take reasonable time.

Disclaimer

  • All runs are done in Github Actions.

docker-tensorflow's People

Contributors

jackkweyunga avatar bernardmasika avatar

Stargazers

Jordan Kalebu avatar

Watchers

 avatar

Forkers

peterjidamva

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.