Skip to content

Instantly share code, notes, and snippets.

View aidiary's full-sized avatar

Koichiro Mori aidiary

View GitHub Profile
@aidiary
aidiary / Dockerfile
Created October 11, 2018 00:54
Deep Learningの環境を構築するためのDockerfile
FROM nvidia/cuda:8.0-cudnn5-devel-ubuntu16.04
RUN apt-get update
RUN apt-get install -y git wget curl emacs
# pyenv
ENV PYENV_ROOT $HOME/.pyenv
ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
ENV PYTHON_VERSION anaconda3-4.2.0
RUN git clone https://github.com/pyenv/pyenv.git $PYENV_ROOT
@aidiary
aidiary / docker.md
Last active February 28, 2020 23:19
Docker and Kubernetes: The Complete Guide