Skip to content

Commit

Permalink
reducing further
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Mar 2, 2024
1 parent 04f0751 commit d56ea90
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ LABEL maintainer Jerry Ling <[email protected]>

RUN python3.8 -m pip --no-cache-dir install \
requests \
plumbum \
bokeh \
jupyter_bokeh \
# plumbum \
# bokeh \
# jupyter_bokeh \
h5py \
tables \
ipykernel \
Expand All @@ -23,23 +23,18 @@ RUN python3.8 -m pip --no-cache-dir install \
matplotlib \
numpy \
pandas \
Pillow \
scipy \
scikit-learn \
qtpy \
tqdm \
seaborn \
keras \
# elasticsearch \
# gym \
# graphviz \
JSAnimation \
# Pillow \
# scipy \
# scikit-learn \
# qtpy \
# tqdm \
# seaborn \
ipywidgets \
jupyterlab-git \
dask-labextension \
uproot \
# uproot \
hist \
RISE \
# RISE \
Cython
RUN python3.8 -m ipykernel install

Expand Down

0 comments on commit d56ea90

Please sign in to comment.