FROM ubuntu:14.04
RUN apt-get update RUN apt-get install -y curl git RUN curl -o miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest- Linux-x86_64.sh RUN bash miniconda.sh -f -b -p /opt/anaconda ENV PATH /opt/anaconda/bin:$PATH
RUN conda update conda -y RUN conda install pip distributed dask nomkl -y -q RUN conda install ipython jupyter_client ipykernel -y -q # ipython debug RUN conda clean -pt -y
RUN pip install git+https://github.com/mrocklin/distributed.git --upgrade
ENV LC_ALL C.UTF-8 ENV LANG C.UTF-8
Content type
Image
Digest
Size
258.6 MB
Last updated
about 10 years ago
docker pull mrocklin/dask-distributed