GithubHelp home page GithubHelp logo

sgudbrandsson / tensorflow-keras-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gbgtechradar/tensorflow-keras-docker

0.0 1.0 0.0 8 KB

Tensorflow + Keras as a Docker container for local experiments

Makefile 68.96% Shell 31.04%

tensorflow-keras-docker's Introduction

Docker image for running Keras with a Tensorflow backend

This Dockerfile builds an image containing both Tensorflow and Theano, but enables TF as a backend for Keras.

You can add any files you like to this project and rebuild the image to experiment with them.

Usage

On OSX, you will need to install Docker Machine or boot2docker before running this image.

Building the image:

docker build . --tag peterrosell/keras-jupyter

Running:

  1. Make a directory named notebooks in your home directory.

  2. Run the following command from command line

docker run \
	-it \
	--rm \
	--name keras \
	-e KERAS_BACKEND=tensorflow \
	-p 8888:8888 \
	-p 6006:6006 \
	-v ${HOME}/notebooks:/notebooks \
	peterrosell/keras-jupyter
  1. Browse to http://localhost:8888 to access the GUI for jupyter Notebooks. Browse to http://localhost:6006 to access Tensorboard. Tensorboard is used for displaying log results from a learing session.

  2. To shutdown just press Ctrl-C at command line.

tensorflow-keras-docker's People

Contributors

ivanvanderbyl avatar kholodilov avatar miseyu avatar peterrosell avatar sgudbrandsson avatar

Watchers

 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.