wichtounet / docker-dll

Docker image for the Deep Learning Library (DLL) project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-dll

Docker image for the Deep Learning Library (DLL) project

This docker image helps using the dll library by not having to install anything beside the library itself (and docker).

Installation

docker pull wichtounet/docker-dll

Usage

To use the library, you must create a dll.conf file and mount the folder where the file in the /dll/data volume. For instance:

docker run -v $(pwd)/rbm_mnist/:/dll/data/ wichtounet/docker-dll

Several examples are available in this repository

About

Docker image for the Deep Learning Library (DLL) project

License:MIT License