This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM nvidia/cuda:8.0-devel | |
RUN apt-get update | |
RUN apt-get install -y --no-install-recommends \ | |
wget \ | |
make \ | |
g++ \ | |
git \ | |
ca-certificates \ | |
libboost-dev \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# for config load | |
# wget -P $HOME -N https://gist.githubusercontent.com/metaVariable/71a32abc63ad2770997f66361db86810/raw/294b8d122731a5962f701b3f537213c8023931ab/.tmux.conf | |
# prefixキーをC-aに変更する | |
set -g prefix C-a | |
# C-bのキーバインドを解除する | |
unbind C-b | |
# キーストロークのディレイを減らす |
NewerOlder