FROM ubuntu:16.04
RUN apt-get update RUN apt-get install -y curl gcc git bzip2 --fix-missing 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 -c conda-forge bokeh jupyter ipywidgets numba dask distributed scikit-learn nomkl scikit-image zict -y -q
RUN pip install git+https://github.com/dask/dask.git --upgrade RUN pip install git+https://github.com/dask/distributed.git --upgrade RUN pip install git+https://github.com/dask/s3fs.git --upgrade
ENV LC_ALL C.UTF-8 ENV LANG C.UTF-8
Content type
Image
Digest
Size
789 MB
Last updated
about 9 years ago
docker pull mrocklin/dask-test