removed spacy

This commit is contained in:
Alexander Karpov 2023-12-07 02:24:25 +03:00
parent 4dec3867ca
commit cdec1efdef
2 changed files with 0 additions and 5 deletions

View File

@ -12,7 +12,6 @@ https://git.akarpov.ru/sanspie/akarpov
### installation
```shell
$ poetry install & poetry shell
$ ./spacy_setup.sh
$ python3 manage.py migrate
```

View File

@ -52,10 +52,6 @@ COPY ./compose/local/django/start /start
RUN sed -i 's/\r$//g' /start
RUN chmod +x /start
COPY ./compose/local/django/spacy_setup /spacy_setup
RUN sed -i 's/\r$//g' /spacy_setup
RUN chmod +x /spacy_setup
COPY ./compose/local/django/start-redirect /start-redirect
RUN sed -i 's/\r$//g' /start-redirect
RUN chmod +x /start-redirect