Spaces:
Build error
Build error
Gosse Minnema
commited on
Commit
•
cdd8b32
1
Parent(s):
b11ac48
Update requirements
Browse files- Dockerfile +1 -1
- requirements.txt +36 -0
Dockerfile
CHANGED
@@ -9,5 +9,5 @@ RUN chmod -R 777 /nltk_data
|
|
9 |
RUN chmod -R 777 /.allennlp
|
10 |
RUN chmod -R 777 /.cache
|
11 |
RUN chmod -R 777 /.local
|
12 |
-
RUN pip install -v -r requirements.
|
13 |
CMD ["sh", "docker_commands.sh"]
|
|
|
9 |
RUN chmod -R 777 /.allennlp
|
10 |
RUN chmod -R 777 /.cache
|
11 |
RUN chmod -R 777 /.local
|
12 |
+
RUN pip install -v -r requirements.txt
|
13 |
CMD ["sh", "docker_commands.sh"]
|
requirements.txt
CHANGED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# # SocioFillmore part
|
2 |
+
waitress==3.0.0
|
3 |
+
pyopenssl==24.0.0
|
4 |
+
gunicorn==20.1.0
|
5 |
+
flask==1.1.2
|
6 |
+
werkzeug==2.0.3
|
7 |
+
Flask-Session==0.4.0
|
8 |
+
nltk==3.6.1
|
9 |
+
pandas==1.2.0
|
10 |
+
spacy==3.0.6
|
11 |
+
gensim==4.0.1
|
12 |
+
lxml==4.7.1
|
13 |
+
## jupyter_contrib_nbextensions
|
14 |
+
## notebook==6.0.1 # problem with concrete (?)
|
15 |
+
https://github.com/explosion/spacy-models/releases/download/it_core_news_md-3.0.0/it_core_news_md-3.0.0-py3-none-any.whl
|
16 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.0.0/en_core_web_md-3.0.0-py3-none-any.whl
|
17 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0-py3-none-any.whl
|
18 |
+
https://github.com/explosion/spacy-models/releases/download/nl_core_news_md-3.0.0/nl_core_news_md-3.0.0-py3-none-any.whl
|
19 |
+
https://github.com/explosion/spacy-models/releases/download/xx_sent_ud_sm-3.0.0/xx_sent_ud_sm-3.0.0-py3-none-any.whl
|
20 |
+
# #click==7.0
|
21 |
+
# #xlrd==2.0.1
|
22 |
+
openpyxl==3.0.7
|
23 |
+
langdetect==1.0.9
|
24 |
+
concrete==4.15.1
|
25 |
+
jinja2==3.0.3 # added 2022-03-28 because of (new?) error
|
26 |
+
itsdangerous==2.0.1 # idem
|
27 |
+
|
28 |
+
# # LOME partpip install pyopenssl
|
29 |
+
# allennlp==2.8.0
|
30 |
+
# allennlp-models==2.8.0
|
31 |
+
# transformers==4.12.5
|
32 |
+
# numpy
|
33 |
+
# torch>=1.7.0,<1.8.0
|
34 |
+
# tqdm
|
35 |
+
# overrides
|
36 |
+
# scipy
|