mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-09 14:42:39 +01:00
convert all spaces to tabs, lets see what breaks
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user