Skip to content

nvidia-docker+docker-compose+cuda8.0+cudnn6+python3.6+keras+jupyter

Notifications You must be signed in to change notification settings

8q/deeplearning-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deeplearning-env

Dockerでkeras+jupyterのディープラーニング環境を整えます。GPU必須。Ubuntu16.04推奨。

Installation

Docker

Refer to https://docs.docker.com/install/linux/docker-ce/ubuntu/

Docker Compose

Refer to https://github.com/docker/compose/releases

nvidia-docker

Refer to https://github.com/NVIDIA/nvidia-docker

Usage

プロジェクトフォルダ

リポジトリ直下のdataフォルダがコンテナとの共有フォルダになっています。ここにjupyter notebookで使う各種データを入れてください。

Alias(推奨)

alias dco='docker-compose'

起動

初回起動時のみビルドが始まります。

dco up

localhost:8888にアクセスするとjupyter notebookが起動しています。

終了

dco down

イメージごと削除するなら

dco down --rmi all

About

nvidia-docker+docker-compose+cuda8.0+cudnn6+python3.6+keras+jupyter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published