burknator / keras-docker

Docker files based on official TensorFlow ones, except with Python 3 and Keras.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Keras via Docker

Based on https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/docker

Build

Nothing unusual here: docker build -t TAG [-f Dockerfile.gpu]

Usage

Once built (you have to do this yourself for now), run the commands in run-cpu or run-gpu (with your modifications, if needed). Both are configured so that you can pass an absolute path to a directory for jupyter notebooks: run-cpu PATH

About

Docker files based on official TensorFlow ones, except with Python 3 and Keras.


Languages

Language:Jupyter Notebook 96.2%Language:Shell 3.2%Language:Python 0.6%