Skip to content

Commit

Permalink
Removing installation or bokeh, seaborn, and numba. These should not …
Browse files Browse the repository at this point in the history
…be necessary.
  • Loading branch information
mikhailklassen committed Dec 23, 2018
1 parent c4318b8 commit f5d1ee3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN conda install --quiet --yes \
'numexpr=2.6*' \
'matplotlib=2.1*' \
'scipy=1.0*' \
'seaborn=0.8*' \
'scikit-learn=0.19*' \
'scikit-image=0.13*' \
'sympy=1.1*' \
Expand All @@ -33,8 +32,6 @@ RUN conda install --quiet --yes \
'statsmodels=0.8*' \
'cloudpickle=0.5*' \
'dill=0.2*' \
'numba=0.38*' \
'bokeh=0.12*' \
'sqlalchemy=1.2*' \
'hdf5=1.10*' \
'h5py=2.7*' \
Expand Down

0 comments on commit f5d1ee3

Please sign in to comment.