Code Monkey home page Code Monkey logo

dockerfiles's Introduction

Dockerfiles

Collection of Dockerfiles useful for NLP and Deep Learning. To download the docker images visit: floydhub's Docker Hub.

How to update framework

  1. Dockerfiles are generated using two inputs: matrix.yml and jinja template file inside ./dl/FRAMEWORK directory. matrix.yml provides variable values for jinja template files.
  • The $render list in matrix.yml controls what version of the framework to render.
  • For each version config in matrix.yml, any key starts with _ are global keys, which will get automatically injected into each variant config for that version.
  1. Most of the cases, you only need to update ./dl/FRAMEWORK/matrix.yml to generate a set of dockerfiles for a new version of a framework. If not, you will need to update the jinja file to account for build step changes.

  2. Install floydker: cd floydker && pipenv shell && pipenv install.

  3. Render dockerfiles: cd .. && floydker render ..

  4. Commit new docker images to git and push: git commit -a.

Naming conventions

Dockerfiles are organized into the following directory structure:

CATEGORY/PROJECT_NAME/VERSION/Dockerfile-ENV
CATEGORY/PROJECT_NAME/VERSION/Dockerfile-ENV.gpu

Automated build scripts will generate the following tags for images based on the above dockerfile paths:

floydhub/PROJECT_NAME:VERSION-ENV
floydhub/PROJECT_NAME:VERSION-ENV-gpu

Contains docker images for popular deep learning frameworks including: Tensorflow, PyTorch and Torch.

dockerfiles's People

Contributors

houqp avatar narenst avatar redeipirati avatar saiprashanths avatar sentient07 avatar wangell avatar

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.