Mulah commited on
Commit
2cc6cfa
·
1 Parent(s): d7d07a7

Install weasel --no-deps too

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. requirements.txt +3 -1
Dockerfile CHANGED
@@ -18,6 +18,7 @@ WORKDIR /home/user/app
18
  COPY --chown=user:user requirements.txt .
19
  RUN pip install --user -U pip && \
20
  pip install --user -r requirements.txt && \
 
21
  pip install --user --no-deps spacy==3.7.2 && \
22
  pip install --user --no-deps salesforce-lavis==1.0.2 && \
23
  SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True \
 
18
  COPY --chown=user:user requirements.txt .
19
  RUN pip install --user -U pip && \
20
  pip install --user -r requirements.txt && \
21
+ pip install --user --no-deps weasel==0.3.4 && \
22
  pip install --user --no-deps spacy==3.7.2 && \
23
  pip install --user --no-deps salesforce-lavis==1.0.2 && \
24
  SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True \
requirements.txt CHANGED
@@ -60,4 +60,6 @@ confection==0.1.5
60
  langcodes==3.5.0
61
  language-data==1.3.0
62
  marisa-trie==1.2.1
63
- weasel==0.3.4
 
 
 
60
  langcodes==3.5.0
61
  language-data==1.3.0
62
  marisa-trie==1.2.1
63
+ # weasel is installed --no-deps in the Dockerfile (same typer conflict as spacy)
64
+ smart-open==6.4.0
65
+ cloudpathlib==0.23.0