mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 06:52:40 +01:00
@@ -1,4 +1,4 @@
|
|||||||
FROM python:2.7.8
|
FROM python:2.7
|
||||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
# install linear algebra dependencies
|
# install linear algebra dependencies
|
||||||
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
RUN pip install -U \
|
RUN pip install -U \
|
||||||
numpy \
|
numpy \
|
||||||
scipy \
|
scipy \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
pandas \
|
pandas \
|
||||||
patsy \
|
patsy \
|
||||||
|
|||||||
Reference in New Issue
Block a user