Skip to content

Commit

Permalink
try numexpr and bottleneck this way
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Feb 29, 2024
1 parent 0ea8696 commit f8f2c43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ ARG JUPYTERHUB_VERSION=3.0.0
RUN /usr/share/datahub/scripts/install-python-all.sh && \
pip install pandas==2.2.0 'mistune>=2' --upgrade && \
pip install nltk \
pip install pyarrow \
pip install bottleneck>=1.3.6 \
pip install numexpr>=2.8.4 \
pyarrow \
pip install statsmodels==0.14.1 \
nbconvert==7.2.1 \
jupyterhub==$JUPYTERHUB_VERSION && \
Expand All @@ -84,6 +82,8 @@ RUN pip install jupyterlab==3.0.16 jupyterlab-github jupyterlab-latex jupyterlab
# Datascience packages
RUN pip install dpkt \
nose \
bottleneck>=1.3.6 \
numexpr>=2.8.4 \
datascience && \
python -c 'import matplotlib.pyplot' && \
fix-permissions $CONDA_DIR && \
Expand Down

0 comments on commit f8f2c43

Please sign in to comment.