Time stuff and switch to gensim for tokenisation
This commit is contained in:
@@ -16,7 +16,8 @@ COPY requirements.txt /code/
|
||||
COPY discord-patched.tgz /code/
|
||||
|
||||
RUN python -m venv /venv
|
||||
RUN . /venv/bin/activate && pip install -r requirements.txt && python -m spacy download en_core_web_sm
|
||||
RUN . /venv/bin/activate && pip install -r requirements.txt
|
||||
# && python -m spacy download en_core_web_sm
|
||||
|
||||
RUN tar xf /code/discord-patched.tgz -C /venv/lib/python3.10/site-packages
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@ pycld2
|
||||
morfessor
|
||||
six
|
||||
nltk
|
||||
spacy
|
||||
#spacy
|
||||
gensim
|
||||
python-Levenshtein
|
||||
orjson
|
||||
uvloop
|
||||
|
||||
Reference in New Issue
Block a user