| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 61b2227 commit 8a95ad1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70,10 +70,6 @@ ADD patches/keras_internal.py \ | |||
| 70 | 70 | RUN apt-get install -y libfreetype6-dev && \ | |
| 71 | 71 | apt-get install -y libglib2.0-0 libxext6 libsm6 libxrender1 libfontconfig1 --fix-missing | |
| 72 | 72 | ||
| 73 | - # NLTK Project datasets | ||
| 74 | - # b/408298750: We currently reinstall the package, because we get the following error: | ||
| 75 | - # `AttributeError: module 'inspect' has no attribute 'formatargspec'. Did you mean: 'formatargvalues'?` | ||
| 76 | - RUN uv pip install --system --force-reinstall "nltk>=3.9.1" | ||
| 77 | 73 | RUN mkdir -p /usr/share/nltk_data && \ | |
| 78 | 74 | # NLTK Downloader no longer continues smoothly after an error, so we explicitly list | |
| 79 | 75 | # the corpuses that work | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -89,7 +89,6 @@ path | |||
| 89 | 89 | path.py | |
| 90 | 90 | pdf2image | |
| 91 | 91 | plotly-express | |
| 92 | - preprocessing | ||
| 93 | 92 | pudb | |
| 94 | 93 | pyLDAvis | |
| 95 | 94 | pycryptodome | |
| Back | FazBrowse Home | New Git URL |
0 commit comments