Skip to content

Instantly share code, notes, and snippets.

@ixixi
ixixi / Dockerfile
Last active August 29, 2015 14:23
Jupyter_Chainer Dockerfile
FROM jupyter/minimal
# referenced : https://github.com/jupyter/docker-demo-images
USER jovyan
ENV HOME /home/jovyan
ENV SHELL /bin/bash
ENV USER jovyan
ENV PATH $CONDA_DIR/bin:$CONDA_DIR/envs/python2/bin:$PATH
WORKDIR $HOME