convert all spaces to tabs, lets see what breaks

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle
2015-06-05 10:24:11 -07:00
parent de2e5568af
commit 17bbb62b99
50 changed files with 570 additions and 570 deletions

View File

@@ -5,11 +5,11 @@ RUN pip install -U numpy
# install linear algebra dependencies
RUN apt-get update && apt-get install -y \
gfortran \
libopenblas-dev \
liblapack-dev \
libzmq-dev \
--no-install-recommends
gfortran \
libopenblas-dev \
liblapack-dev \
libzmq-dev \
--no-install-recommends
RUN pip install -U scipy
RUN pip install -U matplotlib