mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
python version
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
aa69fe2562
commit
673ad579dc
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user