@@ -191,7 +191,7 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
191191 "matplotlib<3.8.0" \
192192 seaborn \
193193 python-dateutil dask dask-expr igraph \
194- pyyaml joblib husl geopy mne pyshp \
194+ pyyaml joblib geopy mne pyshp \
195195 pandas \
196196 polars \
197197 flax \
@@ -242,7 +242,6 @@ RUN apt-get install -y libfreetype6-dev && \
242242 wordcloud \
243243 xgboost \
244244 pydot \
245- python-Levenshtein \
246245 hep_ml && \
247246 # NLTK Project datasets
248247 mkdir -p /usr/share/nltk_data && \
@@ -309,8 +308,6 @@ RUN pip install mpld3 \
309308 arrow \
310309 nilearn \
311310 nibabel \
312- pronouncing \
313- markovify \
314311 imgaug \
315312 preprocessing \
316313 path.py \
@@ -325,7 +322,6 @@ RUN pip install mpld3 \
325322 hyperopt \
326323 fitter \
327324 langid \
328- trueskill \
329325 # Useful data exploration libraries (for missing data and generating reports)
330326 missingno \
331327 pandas-profiling \
@@ -349,7 +345,6 @@ RUN pip install mpld3 \
349345 SimpleITK \
350346 hmmlearn \
351347 gplearn \
352- PyAstronomy \
353348 squarify \
354349 fuzzywuzzy \
355350 python-louvain \
@@ -379,19 +374,16 @@ RUN pip install mpld3 \
379374 kaggle \
380375 kagglehub \
381376 google-generativeai \
382- mock \
383377 pytest && \
384378 /tmp/clean-layer.sh
385379
386380RUN rm -rf /opt/conda/lib/python3.10/site-packages/numpy-1.23.5.dist-info*
387- RUN pip install tensorpack && \
388- # Add google PAIR-code Facets
389- cd /opt/ && git clone https://github.com/PAIR-code/facets && cd facets/ && jupyter nbextension install facets-dist/ --user && \
381+ # Add google PAIR-code Facets
382+ RUN cd /opt/ && git clone https://github.com/PAIR-code/facets && cd facets/ && jupyter nbextension install facets-dist/ --user && \
390383 export PYTHONPATH=$PYTHONPATH:/opt/facets/facets_overview/python/ && \
391384 pip install kmodes --no-dependencies && \
392385 pip install librosa \
393386 polyglot \
394- mmh3 \
395387 sentencepiece \
396388 cufflinks \
397389 lime \
@@ -606,8 +598,7 @@ RUN apt-get install tesseract-ocr -y && \
606598 pip install pytesseract \
607599 wand \
608600 pdf2image \
609- PyPDF \
610- pyocr && \
601+ PyPDF && \
611602 /tmp/clean-layer.sh
612603ENV TESSERACT_PATH=/usr/bin/tesseract
613604
0 commit comments