Merge pull request #7305 from thesuperzapper/pandas-docker
Added Python Pandas to Docker Images
This commit is contained in:
commit
4357dc70b0
@ -30,6 +30,7 @@ RUN pip --no-cache-dir install \
|
||||
numpy \
|
||||
scipy \
|
||||
sklearn \
|
||||
pandas \
|
||||
Pillow \
|
||||
&& \
|
||||
python -m ipykernel.kernelspec
|
||||
|
@ -32,6 +32,7 @@ RUN pip --no-cache-dir install \
|
||||
numpy \
|
||||
scipy \
|
||||
sklearn \
|
||||
pandas \
|
||||
&& \
|
||||
python -m ipykernel.kernelspec
|
||||
|
||||
|
@ -32,6 +32,7 @@ RUN pip --no-cache-dir install \
|
||||
numpy \
|
||||
scipy \
|
||||
sklearn \
|
||||
pandas \
|
||||
&& \
|
||||
python -m ipykernel.kernelspec
|
||||
|
||||
|
@ -30,6 +30,7 @@ RUN pip --no-cache-dir install \
|
||||
numpy \
|
||||
scipy \
|
||||
sklearn \
|
||||
pandas \
|
||||
Pillow \
|
||||
&& \
|
||||
python -m ipykernel.kernelspec
|
||||
|
Loading…
x
Reference in New Issue
Block a user