mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 12:02:56 +00:00
add xlrd & pip
This commit is contained in:
@@ -8,7 +8,7 @@ USER root
|
||||
|
||||
# libav-tools for matplotlib anim
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends libav-tools && \
|
||||
apt-get install -y --no-install-recommends libav-tools python-pip python-dev build-essential && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
@@ -39,7 +39,8 @@ RUN conda install --quiet --yes \
|
||||
'hdf5=1.8.17' \
|
||||
'h5py=2.6*' \
|
||||
'vincent=0.4.4*' \
|
||||
'BeautifulSoup=4.5.1*' && \
|
||||
'beautifulsoup4=4.5.1*' \
|
||||
'xlrd' && \
|
||||
conda remove --quiet --yes --force qt pyqt && \
|
||||
conda clean -tipsy
|
||||
|
||||
@@ -73,7 +74,8 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
|
||||
'sqlalchemy=1.0*' \
|
||||
'pyzmq' \
|
||||
'vincent=0.4.4*' \
|
||||
'BeautifulSoup=4.5.1*'&& \
|
||||
'beautifulsoup4=4.5.1*' \
|
||||
'xlrd' && \
|
||||
conda remove -n python2 --quiet --yes --force qt pyqt && \
|
||||
conda clean -tipsy
|
||||
# Add shortcuts to distinguish pip for python2 and python3 envs
|
||||
|
Reference in New Issue
Block a user