Merge pull request #7305 from thesuperzapper/pandas-docker

Added Python Pandas to Docker Images
This commit is contained in:
Shanqing Cai 2017-02-07 15:50:09 +00:00 committed by GitHub
commit 4357dc70b0
4 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,7 @@ RUN pip --no-cache-dir install \
numpy \
scipy \
sklearn \
pandas \
Pillow \
&& \
python -m ipykernel.kernelspec

View File

@ -32,6 +32,7 @@ RUN pip --no-cache-dir install \
numpy \
scipy \
sklearn \
pandas \
&& \
python -m ipykernel.kernelspec

View File

@ -32,6 +32,7 @@ RUN pip --no-cache-dir install \
numpy \
scipy \
sklearn \
pandas \
&& \
python -m ipykernel.kernelspec

View File

@ -30,6 +30,7 @@ RUN pip --no-cache-dir install \
numpy \
scipy \
sklearn \
pandas \
Pillow \
&& \
python -m ipykernel.kernelspec