Sign inSign up

imcomking/tttskc

By imcomking

Updated over 10 years ago

TensorFlow + Theano + Torch + Scikit-learn + Keras + Caffe and so on.

Image
1

380

imcomking/tttskc repository overview

Host Condition

you need to install [ NVIDIA-SMI 352.39 Driver Version: 352.39 ] and CuDNN v4 on your host machine first.

* General Usage

# create container with gpu device:

docker run -it --device /dev/nvidiactl --device /dev/nvidia-uvm --device /dev/nvidia0 -p 22 -p 6006 -p 8888 imcomking/ttskc

(if you get an error message [ "/dev/nvidia-uvm": lstat /dev/nvidia-uvm: no such file or directory ], first try to run [ nvidia-smi ] on your machine. because "/dev/nvidia-uvm" is created when nvidia-smi is called )

# create container without gpu device (if you have some problem on above method):

docker run -it -p 22 -p 6006 -p 8888 imcomking/ttskc

- Setting IPython notebook[3.2.1]

wget https://raw.githubusercontent.com/bi-lab/deeplearning_tutorial/master/setup_nbserver.py python setup_nbserver.py (enter the password) screen -S ipy ipython notebook --profile=nbserver (ctrl + AD)

- Setting ssh/sftp

passwd (enter your password) wget https://raw.githubusercontent.com/bi-lab/deeplearning_tutorial/master/sshd_config -O /etc/ssh/sshd_config /usr/sbin/sshd -D

(ssh/sftp user info) id : root

* Core Library List

Cuda 7.5 CuDNN v4 TensorFlow r0.8 Theano latest(2016.6.7) Torch 7 latest(2016.6.7) maybe? Scikit-learn latest(2016.6.7) Keras latest(2016.6.7) Caffe latest(2016.6.7) (path: /opt/caffe) Lasagne latest(2016.6.7) JSAnimation latest(2016.6.7) IPython Notebook 3.2.1 SSH/SFTP

* Apt-get installed item list

#for Tensorflow. this is come from the official tensorflow docker file

build-essential
curl
git
libfreetype6-dev
libpng12-dev
libzmq3-dev
pkg-config
python-dev
python-numpy
python-pip
software-properties-common
swig
zip
zlib1g-dev \

#for Caffe. this is come from the official caffe dockerfile

cmake
wget
libatlas-base-dev
libboost-all-dev
libgflags-dev
libgoogle-glog-dev
libhdf5-serial-dev
libleveldb-dev
liblmdb-dev
libopencv-dev
libprotobuf-dev
libsnappy-dev
protobuf-compiler \
graphviz \

#for etc

python-scipy
python-nose
python-setuptools
python-h5py \ python-matplotlib
python-yaml
libopenblas-dev
screen \ vim \ unzip
libatlas-dev
libhdf5-dev
libatlas3gf-base

* pip installed item list

pip future euclid redis pandas Request six mpld3 pydotplus

Tag summary

Content type

Image

Digest

Size

2.7 GB

Last updated

over 10 years ago

docker pull imcomking/tttskc